B
billiejoefanclub
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
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