diff --git a/trayToDB/MainWindow.cs b/trayToDB/MainWindow.cs index c210422..3cbde8e 100644 --- a/trayToDB/MainWindow.cs +++ b/trayToDB/MainWindow.cs @@ -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)