Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns or sets the paper size. Read/write WdPaperSize.
Syntax
expression.PaperSize
expression Required. A variable that represents a PageSetup object.
Remarks
Setting the PageHeight or PageWidth property changes the PaperSize property to wdPaperCustom.
Example
This example sets the paper size to legal for the first document.
Documents(1).PageSetup.PaperSize = wdPaperLegal
See also
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.