convert dates stored as text to dates

B

Bob Phillips

Something like

cdate("12 sep 2004")

--

HTH

RP
(remove nothere from the email address if mailing direct)


lenko said:
What is the VB code to convert dates stored as text to excel formatted
dates?
 
T

Tom Ogilvy

ActiveCell.Value = ActiveCell.Value
ActiveCell.NumberFormat = "mm/dd/yyyy"

--
Regards,
Tom Ogilvy

lenko said:
What is the VB code to convert dates stored as text to excel formatted
dates?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top