macro auto execution

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

Guest

does anyone know how to have a macro execute at a given time during the day?
 
MP,

If the database application will always be open, then you can use the
Timer event of a form which is always open, to give you a pretty close
approximation of the required time.

Another approach is to use Windows Task Manager, or a third party
scheduling utility, to run a scheduled task to open the database and run
the macro.
 

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