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 distance (in points) between the footer and the bottom of the page. Read/write Single.
Syntax
expression. FooterDistance
expression A variable that represents a PageSetup object.
Example
This example sets the distance between the footer and the bottom of the page to 0.5 inch. The InchesToPoints method is used to convert inches to points.
ActiveDocument.PageSetup.FooterDistance = InchesToPoints(0.5)
This example sets the distance between the footer and the bottom of the page for all the sections in the selection to 1 inch.
Selection.Range.PageSetup.FooterDistance = 72
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.