View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sworkhard Sworkhard is offline
external usenet poster
 
Posts: 11
Default Converting a Date to a string

I have a date in 01/01/2004 form and want to convert that value to January 2004 form as a string. Is there a function in VBA that will let me do this?

Thanks