Window.DisplayLeftScrollBar property (Word)
True if the vertical scroll bar appears on the left side of the document window. Read/write Boolean.
Syntax
expression. DisplayLeftScrollBar
expression An expression that returns a Window object.
Example
This example displays the vertical scroll bar on the left side of the active window.
ActiveWindow.DisplayLeftScrollBar = True
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.