K
Karthik
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.....!
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.....!