Running macros automaticaly

M

Michel Petit

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

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

Fernando

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

Top