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 header and the top of the page. Read/write Single.
Syntax
expression. HeaderDistance
expression A variable that represents a PageSetup object.
Example
This example displays the distance between the header and the top of the page. The PointsToInches method is used to convert points to inches.
Dim sngDistance As Single
sngDistance = ActiveDocument.PageSetup.HeaderDistance
Msgbox PointsToInches(sngDistance) & " inches"
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.