Pause between macros
Hi there,
Im looking for a way to pause lets say 10 seconds between two macro's
I used timerinterval as a function and inserted "Run code inbetween two macros but nothing happened." this is the function which I am calling.
Function pause()
TimerInterval = 20000
End Function
anyhelp is welcome....
|