Search notes:

Excel Object Model: Application.onTime

Application.onTime can be used to schedule the execution of a procedure.
Apparently, it's not a trivial task to pass parameters to a scheduled execution.
Run a procedure at 5 PM:
application.onTime timeValue("17:00:00"), "someProcedure"
In order to schedule the execution after a given amount of time (as opposed to fix point in time), the following construct can be used:
application.onTime now + timeValue("00:01:00"), "someProcedure"

See also

application.wait and application.run.
The application object.
notif.ps1 is a PowerShell script that opens a message box with a given text at a given relative or absolute time in the future.

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...', 1758186543, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Microsoft/Office/Excel/Object-Model/Application/onTime(53): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78