View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
quartz[_2_] quartz[_2_] is offline
external usenet poster
 
Posts: 441
Default Time delay function

I need efficient code that would prompt the user to enter a date and time.
This would need to be validated somehow.

The program would not run until the date and time arrive. The time period
could span a weekend or holiday (thus the date included).

The format needs to be full date + time down to the minute. The network or
system time is close enough.

Does anyone have such a function?