If I type a string to a cell in the sheet, in an excel macro, is there any data type difference on what I type in the cell?
I mean, if I type '12/30/1999' or 'asdasd', does excel know one is a date and another is a string?
If excel know the difference, how it use the data type in the macro?
Thanks