excel - How to use Do Until loop in VBA to select first row with the current date - Stack Overflow
The string "6/27/2013" and the date 6/27/2013 are not the same thing in Excel. Even though Excel is showing you a string representation of the date, internally it is storing it as a number. So you can't compare a string and a date, but you could do this: ...