Automatic printer selection based on paper size

  • Thread starter Thread starter Wowbagger
  • Start date Start date
W

Wowbagger

I have a printer in my office that handles letter size paper only, and one
down the hall that handles legal. Is it possible to tell Word to print to
my printer for letter and automatically switch to the other for legal?

Thanks
 
No. Word can store paper tray settings with a document, but not a printer
selection.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
 
If you're familiar with programming in VBA, you can write a macro that looks
at the paper size (and be aware that this is a property of each separate
section, not of the whole document, unless there's only one section) and
uses the code in http://word.mvps.org/FAQs/MacrosVBA/ChangeCurPrinter.htm to
select the proper printer. Because the name of the printer is hard-coded
into the macro, this is going to be specific for your circumstances, and
will need to be updated if either printer is replaced.

--
Regards,
Jay Freedman
Microsoft Word MVP
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
 
Back
Top