Thread
:
Convert '6/23/2005' to '062305'
View Single Post
#
2
Posted to microsoft.public.excel.programming
JE McGimpsey
external usenet poster
Posts: 4,624
Convert '6/23/2005' to '062305'
One way:
MsgBox Format(Date, "mmddyy")
In article ,
"Ken Loomis" wrote:
Can anyone suggest a way to convert a date that looks like this:
6/23/2005
to
062305
Thanks in advanced.
Ken
Reply With Quote
JE McGimpsey
View Public Profile
Find all posts by JE McGimpsey