I made a calendar to track tasks and similar items in Excel 2003. What I need to be able to do is to set a timer via VBA. Something like this:
run_in_x_secs ( timetowait, function to exec)
Is there a way to do that in excel vba, or should I try and find an alarm to run via the command line and run that from VBA.
How would you do it?