Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I have a date/time in the form of: 12/24/2006 4:21:49 AM I want only 12/24/2006. How do I get rid of 4:21:49 AM ? Formating *shows* only 12/24/2006 but the time is still part of the data. If I try: ActiveCell.Formula = Left(ActiveCell.Formula, 10) or ActiveCell.Formula = Mid(ActiveCell.Formula, 1, 10) the string is not shortened but the number of seconds seems to diminish. Thank you, Emory |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Special string convertion to date and time | Excel Worksheet Functions | |||
convert string to date & time | Excel Worksheet Functions | |||
Converting text string to a its proper time format | Excel Discussion (Misc queries) | |||
Function to convert Time String to Time | Excel Worksheet Functions | |||
Date/Time - String or Number! | Excel Programming |