From 0d904086b446d2628f59aa4db7d5cc5fd737ec0d Mon Sep 17 00:00:00 2001 From: David Baranyai Date: Sat, 16 Mar 2019 19:30:16 -0400 Subject: [PATCH] Minor changes --- trayToDB/MainWindow.cs | 1 - 1 file changed, 1 deletion(-) 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)