Hi,
how can I get the command line argument in a VBA script used when opening a
word document.
Let say I open a document using: winword.exe mydoc.doc param1 param2
Is it possible to retrieve the string "param1 param2" in the Document_Open()
sub?
If it's possible, will I get the parameter even if Word is already opened
when I open my document?
Thank you very much,
David.