Hi guru's!
I have two cells that look like the following:
Cell A1: Jan 1, 11
Cell A2: Feb 2, 11
In VBA, I need to reformat these so they look like this.
Cell A1: 1/1/2011
Cell A2: 2/2/2011
The purpose behind this is so that I can use datediff in the correct format.
Is there an easy way to change up this date format?
Thanks in advance.
I have two cells that look like the following:
Cell A1: Jan 1, 11
Cell A2: Feb 2, 11
In VBA, I need to reformat these so they look like this.
Cell A1: 1/1/2011
Cell A2: 2/2/2011
The purpose behind this is so that I can use datediff in the correct format.
Is there an easy way to change up this date format?
Thanks in advance.