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...