Partager via


PageSetup.OtherPagesTray Property (Word)

Returns or sets the paper tray to be used for all but the first page of a document or section. Read/write WdPaperTray.

Syntax

expression .OtherPagesTray

expression Required. A variable that represents a PageSetup object.

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

See Also

Concepts

PageSetup Object Members

PageSetup Object