PageSetup.PaperSize property (Excel)

Returns or sets the size of the paper. Read/write XlPaperSize.

Syntax

expression.PaperSize

expression A variable that represents a PageSetup object.

Remarks

Some printers may not support all the paper sizes listed on the XlPaperSize enumeration.

Example

This example sets the paper size to legal for Sheet1.

Worksheets("Sheet1").PageSetup.PaperSize = xlPaperLegal

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.