macro running

  • Thread starter Thread starter JIM.H.
  • Start date Start date
J

JIM.H.

Hello,
I have a macro in excel and I need to run it periodically.
How can I do that?
Thanks,
Jim.
 
Hi Chip,
I actually need to run it once a day, and without letting
anyone launch excel. Can I launch excel and start macro in
an automated way in windows 2000.
Thanks,
Jim.
 
Hi what yre you trying to do with your macro?
- you may consider using the Windows scheduler for this (or have a look
at some shareware scheduling programs)
 
Macro is attached to an excel file and it takes another
exiting excel file and creates a new file by dividing
source data into sheets and make some calculations in the
new file.
 
Hi
I would try the following:
- use the windows scheduler
- start Excel with the workbook which contains your macro through the
scheduler
- use the workbook open event to start your macro and to quit Excel
after finishing your macro
 
Thanks Frank, I am new at macro, can you be more specific
at last step. Workbook open event to start macro, how? any
example?
 

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

Back
Top