View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JLGWhiz JLGWhiz is offline
external usenet poster
 
Posts: 3,986
Default Setting timer to run macro at regular intervals

In Windows 2003, Go to StartAll ProgramsAccessoriesSystem ToolsScheduled
Tasks. Then click on the folder icon to bring up the scheduled tasks wizard.
This will allow you to start Excel programs without having to open Excel or
a Workbook. Just follow the Wizard prompts.

"sun" wrote:

Dear Excel Gurus,

Can I set a timer to run a macro at regular time intervals? Is there a
convenient API to use?

Thank you very much in advance.