Hi,
I have a timer function that counts down, however I need to add a pause button and function.
Can anybody advise on the code to pause the count down.
the code for my timer is:-
Sub Makechange()
Dim PauseTime, Start
Do
PauseTime = 1 ' Set duration.
Start = Timer ' Set start...