Automatically Execute Excel Macro at 6:00 am

S

scott

I have an excel macro that I need to execute at 6:00 am Monday morning
-- a time that I'd prefer not to be at the office. My thought that I
could leave the Excel file open over the weekend and program it to
automatically execute the Macro at the desired time. Can this be
done? If so, how?

Thanks!
Scott
 
G

Guest

I'm probably not qualified to answer this question but I had a thought on how
to accomplish this.

Set the macro in the auto_open portion of workbook and use windows scheduled
tasks to open the file at 6:00 am Monday morning. Of course this would also
require macro security to be set to low.

There may be some way to include timing within excel, I'm just not
knowledgeable enough to comment on that aspect :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top