Skip to main content

Dear Friends,

I am using "invoke theDocument" PrintOut "using by value 0" command to print a Word document.
I wonder if there is some value to using the clause command, so I can select the printer.

kind regards

Rogerio Barbosa

Dear Friends,

I am using "invoke theDocument" PrintOut "using by value 0" command to print a Word document.
I wonder if there is some value to using the clause command, so I can select the printer.

kind regards

Rogerio Barbosa

Hi Rogerio,

Not on the Printout method. The Application object has a property "ActivePrinter":-

msdn.microsoft.com/.../aa212494(v=office.11).aspx

so you should set the ActivePrinter before calling "PrintOut".

Regards

David