macro to run every hour

  • Thread starter Thread starter Alec Green
  • Start date Start date
A

Alec Green

Hi

Is it possible to put a timer in a macro to run action queries? for example
the macro to run every hour?

Regards

Alec
 
Timer is a form event, not a macro or VBA action. you can call a macro from
a form's Timer event.

hth
 
Back
Top