cannot find a date using "Find" in excel. I have dates in the first column in format "mm/dd/yyyy" and need to find the row the date is in. I'm using the following lines and the result is the date is not found. I tried using the 11/12/2003 as a number, a string,as a variable and even as the number 37937 however its not found. If I search on a number or string in a different column the code works.
With Worksheets(Sheet1).Range("a1:a100"
Set c = .Find("11/12/2003"
'find first occurrence
Please help
Dan
Dan
With Worksheets(Sheet1).Range("a1:a100"
Set c = .Find("11/12/2003"
Please help
Dan
Dan