use .bat file to rub ms access vba macro

J

jason

This works fine, will navigate to, and select the macro, but does not
run it.
any help/suggestions would be a very large help.

thanks

START "C:\Program Files\Microsoft Office\Office11\msaccess.exe" "C:
\Documents and Settings\Administrator\Desktop\simplestaticsimple.mdb" /
x "MyMacro"
 
D

Douglas J. Steele

If you open the database manually and double-click on MyMacro, does it run,
or is there something that stops it?
 
Top