Automating Excel Macros

A

Alok

Dear Excel Gurus,

I need help.

I have written an Excel Application that processes data (extracts
information from other excel workbooks) and writes to a csv fie). This
processing can be done interactively using a button but the users want
to automate the process - and this process has to run just once a
week.

One choice is to use Application.OnTime. However, this will mean that
the computer that runs the process will have to run Excel continuously
for a job which hardly takes 5 minutes. Is there another approach?

Thanks.

Alok
 
A

Alok

Hi Mike,
One can start a program e.g. and probably even invoke a specific
workbook using a parameter (though I have never tried it) but can one
get it to execute one of the many macros.?
Alok
 

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