View Single Post
  #2   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Tool for auto loading/refreshing/updating/etc...

Windows Start, Programs, Accessories, System Tools, Scheduled Tasks.

Use the Workbook_Open event for the workbooks you specify to be loaded. In
that event, call the code that needs to run to do the tasks.

--
Regards,
Tom Ogilvy


"Richard Edwards" wrote in message
...
Can anyone recommend a tool that can load workbooks on a schedule, perform
tasks, etc, etc....

Thank you.

Richard