Scheduled task and a macro

B

BFB

I would like to to create a Scheduled Task and have it
run a macro in my access database. The database is at ...

S:\Program Database\Tremont Databases and the macro is
called "Auto Send"

Any thoughts?
 
J

Jim/Chris

Use Windows Task Scheduler, or one of the many third-party
scheduling programs available today, to run the macro
using a command line like this...

"C:\PathToAccess\Msaccess.exe" "C:\PathToDB\MyDB.mdb" /x
macroname

Jim
 
D

Danimagus

What about with Excel? /x doesn't work for an .xls, which is what I'
trying to correct
 

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