Hi,
does anybody know if it's possible to open a word template using VB and pass parameters to this template and use them in a VBA-macro without passing them directly to the macro?
So, it's like opening the template with commandline parameters from the "Run" prompt, for example:
Winword d:\test.dot <param1>, <param2>,...
I can't find anything on this subject.
I do know how to pass parameters to a macro thru automation but this is not what I'm looking for.
Any help is appreciated.
Thanks,
Bart
does anybody know if it's possible to open a word template using VB and pass parameters to this template and use them in a VBA-macro without passing them directly to the macro?
So, it's like opening the template with commandline parameters from the "Run" prompt, for example:
Winword d:\test.dot <param1>, <param2>,...
I can't find anything on this subject.
I do know how to pass parameters to a macro thru automation but this is not what I'm looking for.
Any help is appreciated.
Thanks,
Bart