Duplex Printing

M

Morag Mitchell

I am using VBA to print duplex, but although it prints successfully back and
front, the paper is upside down - that is, the printout starts where the
footer is, and finishes where the header is. Is there a method to reverse
this?

Thank You
 
J

Jonathan West

Morag Mitchell said:
I am using VBA to print duplex, but although it prints successfully back
and
front, the paper is upside down - that is, the printout starts where the
footer is, and finishes where the header is. Is there a method to reverse
this?

Thank You
--

You need to change the duplex mode of the printer. Take a look at this
article

Controlling the Printer from Word VBA
Part 2: Using VBA to control Duplex, Color Mode and Print Quality
 
Top