Duplex Printing

L

lizzy

I have managed to get the duplex printing working from the code found
on

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

which is much better than using sendkeys as I was before.

However the even pages are printing upside down. Have I done something
wrong or it is a querk from my printers (HP Laserjer 8150 PCL 5e

Thanks
 
S

Senad Isanovic

What article are you refering to? That seem to be solution to my problem.
Need to create a macro with userform, combobox with all installed printers,
then a listbox below with paper trays of the selected printer. Thanks! Senad
 
J

Jonathan West

Senad Isanovic said:
What article are you refering to? That seem to be solution to my problem.
Need to create a macro with userform, combobox with all installed
printers, then a listbox below with paper trays of the selected printer.
Thanks! Senad

Take a look at this series of articles

Controlling the Printer from Word VBA
Part 1: Using VBA to Select the Paper Tray
http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=101

Controlling the Printer from Word VBA
Part 2: Using VBA to control Duplex, Color Mode and Print Quality
http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=116

Controlling the Printer from Word VBA
Part 3: Dealing with Different Paper Sizes
http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=132

Controlling the Printer from Word VBA
Part 4: Getting printer driver details
http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=183


--
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org
 

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