Minor changes
This commit is contained in:
parent
e39160b2fa
commit
0d904086b4
|
@ -78,7 +78,6 @@ namespace trayToDB
|
||||||
|
|
||||||
Excel.Range currentFind = xlWorkSheet.UsedRange;
|
Excel.Range currentFind = xlWorkSheet.UsedRange;
|
||||||
|
|
||||||
//--------------------------------------TO DO - IF NOT FOUND!-----------------------------------------------
|
|
||||||
//Find cell that contains "Shipping date" and extract the value next to it
|
//Find cell that contains "Shipping date" and extract the value next to it
|
||||||
Excel.Range tempRange = currentFind.Find("Shipping date", LookAt: Excel.XlLookAt.xlWhole);
|
Excel.Range tempRange = currentFind.Find("Shipping date", LookAt: Excel.XlLookAt.xlWhole);
|
||||||
if(tempRange == null)
|
if(tempRange == null)
|
||||||
|
|
Loading…
Reference in New Issue