Scheduling Macro

  • Thread starter Thread starter AJF
  • Start date Start date
A

AJF

Hello,

Does anyone know how to schedule a Macro using Windows
Scheduler? I've attempted to create a shortcut for the
Macro but the Windows Scheduler doesn't see the shortcut
as a "program". All suggestions are welcome!

Regards,

AJF
 
AJF,

A simple way is to create another copy of your database and
run whatever you need to from an Autoexec macro which
autoruns whenever the program is opened. Put another line to
Quit the Application at the end. Now tell the TaskScheduler
to run this database whenever you need it to and it will
open, run your macro and then close itself at the end.

--

Gary Miller
Gary Miller Computer Services
Sisters, OR
________________________
 
Back
Top