Thread
:
Custom Dates (VBA)
View Single Post
#
1
Posted to microsoft.public.excel.programming
Bill Agee
external usenet poster
Posts: 8
Custom Dates (VBA)
I am trying to convert a date, 4/10/2004, to just Apr 04.
Is there a way to do this with the Format command?
I tried
mydate=Format(mm/dd/yyyy,"mmm yy")
but this doesn't work.
Reply With Quote
Bill Agee
View Public Profile
Find all posts by Bill Agee