Monday 9 February 2015

VBA using Application.Wait


 

Application.Wait(Now + TimeValue(“0:00:05”))

 

The above VBA code would halt the application for next 5 seconds.

No comments:

Post a Comment