Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I want to write a macro by which I can change the date format fo dd/mm/yyyy to mm/dd/yyyy. How to do this -- reen ----------------------------------------------------------------------- reena's Profile: http://www.excelforum.com/member.php...fo&userid=3044 View this thread: http://www.excelforum.com/showthread.php?threadid=50568 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Why use a macro, why not just set the cell format to that?
-- HTH Bob Phillips (remove nothere from the email address if mailing direct) "reena" wrote in message ... I want to write a macro by which I can change the date format fom dd/mm/yyyy to mm/dd/yyyy. How to do this? -- reena ------------------------------------------------------------------------ reena's Profile: http://www.excelforum.com/member.php...o&userid=30440 View this thread: http://www.excelforum.com/showthread...hreadid=505689 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
but if you do want to set the format of a cell to mm/dd/yyyy with code, you
would use the numberformat property of the cell Activecell.Numberformat="mm/dd/yyyy" This will work if the underlying value in the cell is a date serial number. If it is a text string, then no amount of formatting will change it. You will need to parse out the components and rearrange them. Post back if that is what you want. -- Regards, Tom Ogilvy "reena" wrote in message ... I want to write a macro by which I can change the date format fom dd/mm/yyyy to mm/dd/yyyy. How to do this? -- reena ------------------------------------------------------------------------ reena's Profile: http://www.excelforum.com/member.php...o&userid=30440 View this thread: http://www.excelforum.com/showthread...hreadid=505689 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Changing the date format on the date table in a chart | Charts and Charting in Excel | |||
Changing the Format of a Date | Excel Discussion (Misc queries) | |||
Changing Date Format | Excel Discussion (Misc queries) | |||
Changing Date Format | Excel Discussion (Misc queries) | |||
Changing Date Format | Excel Worksheet Functions |