Running macros automaticaly

  • Thread starter Thread starter Fernando
  • Start date Start date
F

Fernando

How to run an excel macro automaticaly in 5 in 5 minutes? Is that possible?
 
Yes, you can.
The following line will run the macro "Sicuta" one minute after execition.

Application.OnTime Now + TimeValue("00:01:00"), "Sicuta"
 
Thank you Michel!

"Michel Petit" escreveu:
Yes, you can.
The following line will run the macro "Sicuta" one minute after execition.

Application.OnTime Now + TimeValue("00:01:00"), "Sicuta"
 

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

Similar Threads


Back
Top