Scheduling macros to run remotely using microsoft task scheduler?

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

Guest

from my computer can I schedule a macro to run daily on a remote server?
 
Garyo,

I think you could use Windows Task Manager, or one of the many
third-party scheduling utilities, to do this. You would probably need a
command line in the scheduler something like this...
"C:\Program Files\...\Msaccess.exe" "\\PathToServer\MyDB.mdb" /x
NameOfMacro
 
It's opening the database fine, but it isn't making its way to the macros nor
running the one I've specified. It's simply opening the database and
stopping.

Any other execution rules I may be leaving out?
 
Garyo,

Hmmm, don't know. What's the command line exactly that you are using?
 

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