Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am currently working on a database with 500+ incorrectly entered
birthdays. The birthdays are entered DD\MM\YYYY and I need it to be MM/DD/YYYY. Since the Months and Days are switched, if I just switch the \ to / it doesn't format correctly. How can I create a macro that will change the birthday to how I need it and then go onto the next cell below. Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
select the column and do Data=Text to columns, select fixed width, then in
the last dialog of the wizard specify the column as date with the current Order of month day and year -- Regards, Tom Ogilvy " wrote: I am currently working on a database with 500+ incorrectly entered birthdays. The birthdays are entered DD\MM\YYYY and I need it to be MM/DD/YYYY. Since the Months and Days are switched, if I just switch the \ to / it doesn't format correctly. How can I create a macro that will change the birthday to how I need it and then go onto the next cell below. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Run macro on cell edit | Excel Programming | |||
edit cell by macro | Excel Programming | |||
MACRO TO EDIT CELL FORMULA !! | Excel Programming | |||
A Macro to Edit Cell Content | Excel Programming | |||
Macro to edit cell | Excel Programming |