peelamedu_bulls
New Member
- Joined
- Nov 30, 2005
- Messages
- 29
I have a column that has an extra "1" at the start. The requirement is to strip that extra character/number and convert the date to a MM/DD/YYYY format.
Column A
1140430
1141124
1140403
Column A
14/04/2030
14/11/2024
14/04/2003
is there a VBA way to do this, preferably without creating any new column and do this manipulation in the same Column A
Column A
1140430
1141124
1140403
Column A
14/04/2030
14/11/2024
14/04/2003
is there a VBA way to do this, preferably without creating any new column and do this manipulation in the same Column A