Thanks for the suggestions...What I ended up doing was renaming the macro to "AutoExec". In addition, to keep the macro from running whenever Word is openned from the desktop, you change the Target path on the shortcut by adding <space>/m to the end of the path. This prevents any macros from running when the app is ran from the shortcut. However, running the app from a batch file allows the AutoExec macro to execute because it is ran straight from the executable.