Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How can I get the static time to include seconds? I can manually insert
using the Control+Shift+; and I can format the cell, but the seconds is always 00. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Ctrl-Shift-; always gives hours and minutes, not seconds (don't know why).
-- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "Maverick" wrote in message ... How can I get the static time to include seconds? I can manually insert using the Control+Shift+; and I can format the cell, but the seconds is always 00. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Unfortunately, that is how Excel does it.
You can use =NOW() and copy/paste specialvalues immediately. You could use a small macro attached to a button or a shortcut key. Sub NOWTIME() ActiveCell.Value = Format(Now(), "h:mm:ss AM/PM") End Sub Gord Dibben MS Excel MVP On Thu, 27 Jul 2006 13:22:02 -0700, Maverick wrote: How can I get the static time to include seconds? I can manually insert using the Control+Shift+; and I can format the cell, but the seconds is always 00. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Time Format... | Excel Discussion (Misc queries) | |||
Time Format | Excel Discussion (Misc queries) | |||
Time format set from VBA | Excel Discussion (Misc queries) | |||
Converting Text to Time format of XX:XX | Excel Discussion (Misc queries) | |||
Converting from time format to decimal and figuring the difference | Excel Discussion (Misc queries) |