Print duplex

D

David C

Is there code somwhere that will allow me to optionally turn on the
duplexing of my printer via user selection, etc.? Thanks.

David
 
C

Chris

You can use the .Duplex method for a printer object. For example:

Sub SetPrinter()

Reports("yourReport").printer.Duplex = acPRDPHorizontal

end sub
 

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