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 a Single that represents the horizontal baseline offset of the specified LayoutGuides object. Read/write.
expression.HorizontalBaseLineOffset
expression A variable that represents a LayoutGuides object.
Single
When setting the layout guide properties of a Page object, it must be returned from the MasterPages collection.
This example sets the horizontal baseline offset of the LayoutGuides object to 12 for the second master page in the active document.
Dim objLayout As LayoutGuides
Set objLayout = ActiveDocument.MasterPages(2).LayoutGuides
objLayout.HorizontalBaseLineSpacing = 12
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.