Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the following code for a timer on a form. the time in cell b6 is the
start time of the race. I want it to work for races that go for than 24 hours. I have tried formatting it as "[hh]:mm:ss" but the hours disappear and the timer starts at 8 minutes for some reason regardless of what the start time is. Any ideas. Thanks Sub RClock1() Watch = Now - Sheets("Timing Sheet").Range("B6") UserForm1.RaceClock1.Text = Format(Watch, "hh:mm:ss") NextTick = Now + TimeValue("00:00:01") Application.OnTime NextTick, "RClock1" End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I find elapsed time between 2 dates and times? | Excel Worksheet Functions | |||
Accumulating elapsed times. | Excel Discussion (Misc queries) | |||
calculate elapsed time between dates and times | Excel Worksheet Functions | |||
Pivot Table for 3 columns of elapsed times | Excel Discussion (Misc queries) | |||
Help with calculating elapsed times and formulas | Excel Programming |