May 2, 2025 12:47:01 AM Menu





In this Excel VBA tips and tricks tutorial, I'll be teaching you how to make Excel VBA code to wait for specific time before it executes. Or How to delay the execution of program.
The VBA codes we're going to be using are:
1: Application.Wait Now()+TimeValue("00:00:02")
2: Declare Sub Sleep Lib "kernel32" (ByVal dwmilliseconds As Long)
Sleep 2000

0 comments:

Post a Comment

:) :)) ;(( :-) =)) ;( ;-( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ $-) (b) (f) x-) (k) (h) (c) cheer
Click to see the code!
To insert emoticon you must added at least one space before the code.

 
Top