Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All,
I copied a script from discussions given below to prepare a rudementary clock. Sub Clock() ThisWorkbook.Sheets("Sheet1").Range("g7").Value = CDbl(Time) NextTick = Now + TimeValue("00:00:01") Application.OnTime NextTick, "Clock" End Sub I would like to have a seperate macro to stop this clock from calculating. Thanks for your help in advance.....! -- Karthi |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Timer w/ Start, Stop, Pause | Excel Programming | |||
How to stop 'Egg Timer' | Excel Programming | |||
Stopping a Timer / Running a timer simultaneously on Excel | Excel Discussion (Misc queries) | |||
How do I stop other circles in other cells to stop selecting? | Excel Worksheet Functions | |||
stop timer | Excel Programming |