I have a wintimer, however occasionally it has a problem where even though I cancel the timer it just keeps running anyway and the only way I have found to stop it is to close the file and re-open it otherwise the timer will not function properly as it is like now there are two timers running which confuse each other, does anyone have a suggestion on how to fix this problem without having to close my workbook.
The script I use to end the timer follows.
The script I use to end the timer follows.
Code:
Sub EndTimer()
'On Error Resume Next
KillTimer 0&, TimerID
end sub