Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Cheers, for some reason a restart fixed the problem :S weird, but I
appreciate the list of different Formats you presented. I shall give them a whirl. Thanks again! "Mark Ivey" wrote: Here are some formatting features you might find useful.... Mark Ivey Note: you can replace the "Range("A1")" with the cell reference you were using if you prefer MsgBox Range("A1").Value MsgBox Format(Range("A1").Value, "MM/DD/YY") MsgBox Format(Range("A1").Value, "DD/MM/YY") MsgBox Format(Range("A1").Value, "DDD MM/DD/YYYY") MsgBox Format(Range("A1").Value, "DDD MMM DD YYYY") MsgBox Format(Range("A1").Value, "DDD MMMM DD YYYY") |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 displayed dates | Excel Discussion (Misc queries) | |||
numbers displayed wrong | Excel Discussion (Misc queries) | |||
Wrong number displayed. | Excel Discussion (Misc queries) | |||
negative dates or times are displayed as # # # # | Excel Worksheet Functions | |||
negative dates or times are displayed as # # # # | New Users to Excel |