scheduling macros to run automatically

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

Guest

Dear all,

I have a quick question regarding macros. What is the best (and easiest)
way to have macros run automatically at prespecified times? Thanks.
 
I use Application.OnTime

Say you woould like to run MySub at 12:00

Sub Run()

Application.OnTime date + 12:00, "MySub"


End Sub

hth

Toy.
 

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