How can I automaticly run a macro every hour?

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

Guest

I need to run a macro every hour that will refresh data for users. How can
this be set up?

Thank you
 
Mary,

With the form from which the macro will be run, open it in design view.
Assign the macro on the On Timer event property, and set the Timer
Interval property to 3600000 (this is milliseconds).
 

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