Can I get a macro to run at a certain time of day?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I have recorded a macro which I would like to run every 30 mins. Is there a
way I can get the macro to run automatically every 30 mins or at specific
times?

Any ideas on ways I can get it to do this?
 
Something like this:

Sub TimerSet()
Application.OnTime Now + TimeValue("00:30:00"), "TimerSet"
YourMacro
End Sub

Regards,
A
 

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