![]() |
convert dates stored as text to dates
What is the VB code to convert dates stored as text to excel formatted dates?
|
convert dates stored as text to dates
Something like
cdate("12 sep 2004") -- HTH RP (remove nothere from the email address if mailing direct) "lenko" wrote in message ... What is the VB code to convert dates stored as text to excel formatted dates? |
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? |
All times are GMT +1. The time now is 10:28 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com