Michael has attended:
Excel VBA Intro Intermediate course
VBA
How can i set up a macro for duplex printing?
RE: VBA
Hi Michael
As each printer has its own setup I would suggest you record a macro of yours printing the Excel document using Duplex printing.
This will give you the PrintOut properties and show you the relevant Duplex property.
Then just edit the code to be used on any document
Hope this helps
Carlos