Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This is what I have so far. I type the start date/time (04/24/06 13:00) and
stop date/time into an input box using a 24-hour clock. Later in the code it brings up an input box from date1 to date2, etc. In this input box it switches to using AM and PM. How do I get the input box to keep the 24 hour clock? Here's the part that shows Date1 (in column N) to Date2 (in column O): Range("I" & a - 1).Value = InputBox("Enter MW Amount for period " & Range("N" & a - 1) & " to " & Range("O" & a - 1)) Any help is appreciated. :) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
"h:mm" format, but 12-hour time, not 24-hour time? | Excel Discussion (Misc queries) | |||
Changing decimal time into 24 hour time and reverse | Excel Discussion (Misc queries) | |||
how to calculate time start & time finish in quarter hour | Excel Discussion (Misc queries) | |||
making a time a measurement of time, not an hour of the day?? | Excel Discussion (Misc queries) | |||
convert time from 60 minute hour to 100 minute hour | Excel Discussion (Misc queries) |