OtherPagesTray Property Example
This example sets the tray to be used for printing all but the first page of each section in the active document.
ActiveDocument.PageSetup.OtherPagesTray = wdPrinterUpperBin
This example sets the tray to be used for printing all but the first page of each section in the selection.
Selection.PageSetup.OtherPagesTray = wdPrinterLowerBin