Hopefully this is an easy question to answer, but I haven’t figured it out. I have an Excel file with dates in it, and I need to convert the dates to a text string that can run in a macro. In other words, my file has 06/01/03 (which actually is the value 37773) and I need to have a text string 060103. Is there a quick and easy way to do this? The obvious copy/paste special - values doesn’t work since it gives 37773, nor do any of the stripping functions (=LEFT(A1, 2)) since again it strips out numbers from the 37773 string.
Any ideas would be appreciated.