schedule a macro

  • Thread starter Thread starter souris
  • Start date Start date
S

souris

Is it possible to have a schedule job for a specific macro?

Any information is great appreciated?

Souris,
 
Souris,

You can use Windows Task Manager, or a third-party scheduling utility,
or by using a RunApp macro in one Access application to run a macro in
another. The Command Line will probably follow this syntax...
"C:\PathToAccess\Msaccess.exe" "C:\PathToDb\MyDb.mdb" /x NameOfMacro
 
Back
Top