Thread: Date
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Date

ActiveCell.Value = Date
ActiveCell.Numberformat = "mm/dd/yyyy"

--
Regards,
Tom Ogilvy

"Tim" wrote in message
...
Hello All,

I would like to convert the date that is generated by
the "Now()" formula in a work sheet to just the text of
the date.

i.e. result in text as 12/01/2004

Thanks in advance