i want run msaccess-macro (makro1) automatically using windows7 tast scheduler. need input in following fields?
"programm/script" , "add arguments"
i entered whole pfad of macro in "program/script" , didn´t work.
thank help:)
you should enter path msaccess.exe in "program/script" field. here example:
"c:\program files (x86)\microsoft office\office14\msaccess.exe"
(adjust match actual path on pc.)
top start/open database automatically, need put path database file "add arguments" field. if want run macro automatically, should add /x commandline switch followed macro name. here example complete "add arguments" field:
"c:\path\to\yourdatabase.accdb" /x "yourmacroname"
Comments
Post a Comment