Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

How to delay or wait for the execution of the program in Excel VBA

How To Delay Or Wait For The Execution Of The Program In Excel VBA




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


This post first appeared on Notes And Soft, please read the originial post: here

Share the post

How to delay or wait for the execution of the program in Excel VBA

×

Subscribe to Notes And Soft

Get updates delivered right to your inbox!

Thank you for your subscription

×