Hi
its been a few years since I have used VBA and am just starting to get back into it so apologies if this question is silly.
I have a column with a date in the format yyyymmdd (eg todays date would appear 20050815)
this data is being imported from another program so cant be changed.
I need this date changed to a different format so it can be used in calculations.
I have used the DATEVALUE command in some of the calculations to get the format that i need.
to get todays date would be =DATEVALUE("15-08-2005")
So my question is how can i break up the value 20050815 to 15-08-2005 ?
Any help or suggestions would be very welcome
Thank you
Elva
its been a few years since I have used VBA and am just starting to get back into it so apologies if this question is silly.
I have a column with a date in the format yyyymmdd (eg todays date would appear 20050815)
this data is being imported from another program so cant be changed.
I need this date changed to a different format so it can be used in calculations.
I have used the DATEVALUE command in some of the calculations to get the format that i need.
to get todays date would be =DATEVALUE("15-08-2005")
So my question is how can i break up the value 20050815 to 15-08-2005 ?
Any help or suggestions would be very welcome
Thank you
Elva