DisplayLeftScrollBar Property
True if the vertical scroll bar appears on the left side of the document window. Read/write Boolean.
expression.DisplayLeftScrollBar
expression Required. An expression that returns a Window object.
Remarks
For more information on using Word with right-to-left languages, see Word features for right-to-left languages .
Example
This example displays the vertical scroll bar on the left side of the active window.
ActiveWindow.DisplayLeftScrollBar = True
Applies to | Window Object
See Also | DisplayRightRuler Property