Search notes:

Excel Object Model: Application.wait

Application.wait can be used to wait (other programming languages call it sleep) until a specific time is reached.
sub main()

    msgBox "I am going to sleep for 3 seconds"
    application.wait now + timeValue("0:00:03")
    msgBox "finished."

end sub
Github repository about-MS-Office-object-model, path: /Excel/Application/wait.bas
Unfortunately, application.wait is not available in Word's application object.

See also

application.onTime allows to schedule the execution of a procedure.
The WinAPI function Sleep.
The application object.

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Microsof...', 1758194264, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Microsoft/Office/Excel/Object-Model/Application/wait(56): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78