PDA

View Full Version : Print PPT on Both Side of a Page and Flip on Long Edge.



mrrelaxjack
01-05-2016, 03:12 AM
Hi, I am wondering how do I use VBA code to change the printing settings to print on both side of a paper (duplex) and flip on long edge? Thanks!

John Wilson
01-05-2016, 10:37 AM
There is no way in the object model to set duplex print. It's possible (but difficult) to use an API to sett he duplex flag on most printers but you would need to be a very good coder to set it up.