View Full Version : Is it Possible: Duplex Print Specific pages in a document
SteveHale
05-31-2022, 09:39 AM
Hi all,
I've searched all over and can't seem to find a solution.
i have a 10 page document and pages 5 and 6, then pages 9 and 10 are supposed to be printed double sided(duplex).
Is this doable? :beg:
-Steve
Aussiebear
06-01-2022, 04:28 AM
I have had a look at this issue. As of yet I have not seen anything that may assist you in this. Have you considered printing a defined range of "single page format" pages of your document and then printing a second copy of selected pages as double sided pages?
SteveHale
06-02-2022, 01:37 PM
I will try that. Thanks for the suggestion!
Paul_Hossler
06-05-2022, 06:38 PM
Duplex seems to be a printer option not available in VBA. I can print 5-6 manually by selecting print manually
29821
Macro recorder does not capture it
Application.PrintOut FileName:="", Range:=wdPrintRangeOfPages, Item:=wdPrintDocumentWithMarkup, Copies:=1, Pages:="5-6", _ PageType:=wdPrintAllPages, Collate:=True, Background:=True, PrintToFile:=False, _
PrintZoomColumn:=0, PrintZoomRow:=0, PrintZoomPaperWidth:=0, PrintZoomPaperHeight:=0
There's a workaround here that is supposed to work
https://stackoverflow.com/questions/44052516/how-to-select-print-on-both-sides-in-ms-word-2013-vba
SteveHale
06-07-2022, 07:40 AM
Thanks for looking into this Paul. I'll check it out now.
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.