how do you schedule a macro to run daily?

S

sraja

hi

how do you schedule a macro to run daily?
I want it to update automatically daily or weekly if
possible

Thanks
 
S

Steve Schapel

Sraja,

You can use Microsoft Task Manager, or some other third-party scheduling
utility, to run the macro at your required times. Use a command line
syntax such as...
"C:\PathToAccess\Msaccess.exe" "C:\PathToDB\YourDB.mdb" /x NameOfMacro
 

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

Top