force double-sided printing Word 2003

F

franketh

Is it possible to save printing options in a Word 2003 template so that the
default print mode is double-sided?
 
T

tedmi

Duplexing is a function of the printer, not the document. If you could set
the printer ID and duplexing property in a doc, what would happen if you
opened the doc on a system that didn't have that printer available?

Probably there's a way in VBA to enumerate the available printers, determine
if any have duplex capability, and setting the properties accordingly - but
the coding would not be trivial, not something you could record with the
Macro recorder.
 
F

franketh

Thanks, tedmi.
The small group (4 or 5) who will use this template will do so on the same
network (in fact, the template is shared on the network), using the same
printer. Does that make a difference and how do I look more deeply into this
option?
 
R

Robert M. Franz (RMF)

Hello Frank
The small group (4 or 5) who will use this template will do so on the same
network (in fact, the template is shared on the network), using the same
printer. Does that make a difference and how do I look more deeply into this
option?

The following article mentions API programming, and also discusses a
workaround (install a second printer driver where duplex is set as per
default).

How to use VBA to set duplex printing on or off (by Ibby)
http://word.mvps.org/faqs/macrosvba/SetDuplexOnOff.htm

http://word.mvps.org/faqs/MacrosVBA.htm#Printers

HTH
Robert
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top