DocumentMapPercentWidth Property
Applies To
Window object.
Description
Returns or sets the width of the document map as a percentage of the width of the specified window. Read/write Long.
See Also
DocumentMap property.
Example
This example displays the document map for the active window and sets the map's width to 25 percent of the window's width.
With ActiveWindow
.DocumentMap = True
.DocumentMapPercentWidth = 25
End With