View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bill Agee Bill Agee is offline
external usenet poster
 
Posts: 8
Default 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.