Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
joe
How are you inserting the time? SHIFT + CTRL + ; will always insert just the hour and minute and 00 seconds. To have hour, minute and seconds you need a macro. Sub NOWTIME() ActiveCell.Value = Format(Now(), "h:mm:ss AM/PM") End Sub Gord Dibben MS Excel MVP On Wed, 11 Jan 2006 14:56:02 -0800, joe wrote: How can I include "seconds" when inserting times? I'm using Excel 2000. thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do you add five seconds to a series of times? | Excel Discussion (Misc queries) | |||
How do I automaticly insert the time with seconds | Excel Discussion (Misc queries) | |||
static time including seconds | Excel Worksheet Functions | |||
How do I enter minutes and seconds (lap times)? | Excel Discussion (Misc queries) | |||
Challenging Charting | Charts and Charting in Excel |