Home |
Search |
Today's Posts |
#3
![]() |
|||
|
|||
![]()
Hi,
You can use the following function to convert the values: Function ccDate(myDate As Date) As Date dDate = CStr(myDate) myValues = Split(dDate, "/") myMonth = CInt(myValues(0)) myDay = CInt(myValues(1)) myYear = CInt(myValues(2)) ccDate = DateSerial(myYear, myMonth, myDay) End Function I am recruting new members for my forum below... The site went live this weekend and if you wish to take part, please, join me there so that we can exchange some ideas. -- Regards Robert Find me at www.msofficegurus.com - be part of it! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
imported impromtu report date issue - fix by format or formula | Excel Discussion (Misc queries) | |||
Date Conversion | Excel Worksheet Functions | |||
Date conversion issue "^" symbol | Excel Discussion (Misc queries) | |||
unwanted number to date conversion while pasting data from web | Excel Worksheet Functions | |||
Date issue between Windows and Macintosh version | Excel Discussion (Misc queries) |