Thread
:
convert dates stored as text to dates
View Single Post
#
3
Posted to microsoft.public.excel.programming
Tom Ogilvy
external usenet poster
Posts: 27,285
convert dates stored as text to dates
ActiveCell.Value = ActiveCell.Value
ActiveCell.NumberFormat = "mm/dd/yyyy"
--
Regards,
Tom Ogilvy
"lenko" wrote in message
...
What is the
VB
code to convert dates stored as text to excel formatted
dates?
Reply With Quote
Tom Ogilvy
View Public Profile
Find all posts by Tom Ogilvy