L
LP
I am trying to setup double side printing from MS Word 2002 calling word
from command line with macro.
There was no problem to record a macro and execute it from the word
document.
My problem is that it will not print double side with same macro from
command line (prints single side instead)
"C:\Program Files\Microsoft Office\OFFICE10\winword.exe" /mprintdx3
filename
Macro name is printdx3
It looks like it doesn't load full MS word environment.
I've also tried to use /x / mprintdx3 filename with the same results.
1. Please advice on how to print from command line in my case
2. How to add command to my macro to wait until printing is done and exit
from the doc?
Thank you,
LP
from command line with macro.
There was no problem to record a macro and execute it from the word
document.
My problem is that it will not print double side with same macro from
command line (prints single side instead)
"C:\Program Files\Microsoft Office\OFFICE10\winword.exe" /mprintdx3
filename
Macro name is printdx3
It looks like it doesn't load full MS word environment.
I've also tried to use /x / mprintdx3 filename with the same results.
1. Please advice on how to print from command line in my case
2. How to add command to my macro to wait until printing is done and exit
from the doc?
Thank you,
LP