Minor changes

This commit is contained in:
David Baranyai 2019-03-16 19:30:16 -04:00
parent e39160b2fa
commit 0d904086b4
1 changed files with 0 additions and 1 deletions

View File

@ -78,7 +78,6 @@ namespace trayToDB
Excel.Range currentFind = xlWorkSheet.UsedRange;
//--------------------------------------TO DO - IF NOT FOUND!-----------------------------------------------
//Find cell that contains "Shipping date" and extract the value next to it
Excel.Range tempRange = currentFind.Find("Shipping date", LookAt: Excel.XlLookAt.xlWhole);
if(tempRange == null)