You could use the technique found here:
Running Excel on Windows Task Scheduler
Or set up Task Scheduler to open a specific workbook at that time. Put your macro code in the workbook's Workbook_Open() event.
Or if you have Outlook running, you can adapt the code found here to automatically open and run an Excel macro:
Handling Multiple Inboxes
For example, if you set up a task reminder in Outlook to trigger at the time you want, you can set up an event handler in Outlook to open the Excel workbook and run the appropriate macro at that time.
HTH
Quote:
Originally Posted by SheriV
I know how to schedule a macro to run at a specific time but is there a way to schedule to run at a specific time on a specific date? I have something that I need to occur on the 1st of each month at 5:00 AM. Not sure how to accomplish this.
|