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).
 
Back
Top