Below is a script I'm trying to use to stop the Application.ontime "nextTick" macro I have running.
Public Sub StopClock()
'Cancels the ontime event StopclockEG
On Error Resume Next
Application.OnTime NextTick, "stopclockEG", , False
End Sub
------
The script is not stopping the...