Need to run a macro at a specified frequency

G

Guest

I have a need to run a macro at a specified frequency (maybe once a week or
once every couple of weeks). I don't want to have to have someone manually
run this each time. I want it to run automatically. Does anyone have any
suggestions as to how this would be accomplished? I've seen some things
with Application.OnTime, but that seems to assume that the workbook is open.
I'd like to have this automatically open a workbook and run it when the time
is right.

Thanks in advance for your assistance,

Barb Reinhardt
 
G

Guest

Barb,

Try using Windows XP task manager to open the workbook at your desired
frequency with the code you need to execute called from (or in) in the
workbook_open event.

Mike
 
G

Guest

Where would I find information on how I'd use the task manager to do this?

Thanks,
Barb
 
G

Guest

I figured it out. Thanks.

Mike H said:
Barb,

Try using Windows XP task manager to open the workbook at your desired
frequency with the code you need to execute called from (or in) in the
workbook_open event.

Mike
 

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