PrintEvenPagesInAscendingOrder Property Example

This example sets Microsoft Word to print odd pages in ascending order and even pages in descending order during manual duplex printing and prints the active document.

Options.PrintOddPagesInAscendingOrder = True
Options.PrintEvenPagesInAscendingOrder = False
ActiveDocument.PrintOut ManualDuplexPrint:=True