All.
I have a set of data in date format (mm/dd/yyyy).
I need the macro to find "19" & replace it with "20". Simple enough except "19" shows up in the dd section.
In short, I need to change all of the data in years only from 19 to 20 while leaving the day portion alone.
Control/Find changes all data that is 19 to 20. Can the RIGHT, LEFT or MID function be combined or used alone ?
I'm not sure how to write this bit of code.
Any & all help is appreciated.
I have a set of data in date format (mm/dd/yyyy).
I need the macro to find "19" & replace it with "20". Simple enough except "19" shows up in the dd section.
In short, I need to change all of the data in years only from 19 to 20 while leaving the day portion alone.
Control/Find changes all data that is 19 to 20. Can the RIGHT, LEFT or MID function be combined or used alone ?
I'm not sure how to write this bit of code.
Any & all help is appreciated.