View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Specific dates to Months

Use a custom form (FormatCellsCustom) of mmm-yyyy

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Scott" wrote in message
...
I have a date string (ex. 5/2/2008) and I want to show it is only a month
(ex. May or May-2008). How do I do this?