How to change the printer and tray information?

R

Ram

I want to change the Printer Information and Tray in which to print
programatically from word. How can I do that?

I tried using

wrdDoc.MailMerge.Application.ActivePrinter = "some printer";

and it does not seem to work. If I leave it blank, it prints to the
default printer.

Can someone help?

Thanks,
Ram
 
R

Ram

Answered my own question....
\\domain\printername did the trick....

Also for each section in Sections, you have access to change the tray
information.....
 
Top