Application.FilePageSetupMargins method (Project)

Sets up margins for printing.

Syntax

expression. FilePageSetupMargins( _Name_, _Top_, _Bottom_, _Left_, _Right_, _Borders_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
Name Optional String The name of the view or report for which to set up margins for printing.
Top Optional Long The size of the top margin in inches or centimeters.
Bottom Optional Long The size of the bottom margin in inches or centimeters.
Left Optional Long The size of the left margin in inches or centimeters.
Right Optional Long The size of the right margin in inches or centimeters.
Borders Optional Long Where to print borders. Can be one of the following PjBorder constants: pjNoBorder, pjAroundEveryPage, or pjOutsidePages.

Return value

Boolean

Remarks

Using the FilePageSetupMargins method without specifying any arguments displays the Page Setup dialog box with the Margins tab selected.

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.