Hi,
Wich function shell i use to do x seconds delay on my code?
Thanks.
Printable View
Hi,
Wich function shell i use to do x seconds delay on my code?
Thanks.
use the Timer function
Code:x = Timer
Do Until Timer > x + 2 'whole seconds
DoEvents
Loop
'continue with rest of code