I have exported email mesages to excel by using a macro. By using Mid function I have found the date in the email, but it’s not formated as a date.
For example Thursday, January 12, 2012 8:30 AM This date is text, not a formated date. How do I format that as a date?
You’ll need to take out “Thursday, ” bit first. And then use
CDate. This Should Work