Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the following Message box that appears on Wroksheet_Open. It
returns a date value from sheet Sum AC1, but instead of appearing in the MB as 02/12/07, it appears as 02/12/07 17:00. The cell AC1 is formatted as Date: dd/mm/yy. How can I also get the value that is returned in AC1 appear in the MB as dd/mm/yy? MsgBox "Be on Time submitting" & vbCr & _ "" & vbCr & _ "Next due date is 5:00pm on " & Worksheets("Sum").Range("AC1") |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
same name being returned | Excel Discussion (Misc queries) | |||
#N/A value is returned | Excel Worksheet Functions | |||
Error being returned | Excel Worksheet Functions | |||
#Value! Returned ? | Excel Worksheet Functions | |||
#Ref! Returned | Excel Programming |