Command Line Parameters

A

Al

Greetings,
Is it possible to pass Word custom command line parameters

For example "winword .exe <<FileName>> /<<Custom Parameter>>

And if so, how are the parameters accessed.

Thanks in advance.

--


Regards,

Al
 
J

Jay Freedman

Greetings,
Is it possible to pass Word custom command line parameters

For example "winword .exe <<FileName>> /<<Custom Parameter>>

And if so, how are the parameters accessed.

Thanks in advance.

No, it isn't possible.

Put the parameters into either a separate file or the registry, and
then have your startup macro read the information from there.
 
Top