Hiya, I have a template sitting in my startup folder for microsoft
word. I want to create a batch file that opens up word and runs a
macro sitting in the template BUT without opening the template (ie.
equivalent of opening word and clicking on a template button that runs
a template macro).
this is what I have
@Echo off
start winword.exe /mEditBusinessPlanDocuments
but it just opens word and thats it..... is this even possible?
thank you in advance
billiejoefanclub@hotmail.com - 28 Aug 2007 01:14 GMT
greatly sorry if i put this in the wrong group.
Doug Robbins - Word MVP - 28 Aug 2007 04:25 GMT
You need an autoexec macro if you want it to run automatically.

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
> Hiya, I have a template sitting in my startup folder for microsoft
> word. I want to create a batch file that opens up word and runs a
[quoted text clipped - 10 lines]
>
> thank you in advance