Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Or, staying totally within VBA, using this for your second line instead...
s = Replace(s, "'", "20") Rick "Gary''s Student" wrote in message ... Sub qwerty() s = "Feb '08 " s = Application.WorksheetFunction.Substitute(s, "'", "20") MsgBox (DateValue(s)) End Sub -- Gary''s Student - gsnu200773 "wutzke" wrote: Given a cell value of "Feb '08 " that is text, how could I programically convert the value to 02/01/2008 in Date values |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
converting Dates | Excel Worksheet Functions | |||
Converting to Dates | Excel Discussion (Misc queries) | |||
Converting Julian Dates to regular dates | Excel Worksheet Functions | |||
Converting Text dates into dates | Excel Programming | |||
converting dates | Excel Programming |