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
x = Timer Do Until Timer > x + 2 'whole seconds DoEvents Loop 'continue with rest of code
Laugh, and the world laughs with you. Cry, and you just water down your vodka. Take credit, not responsibility
Forum Rules