Window.DisplayLeftScrollBar Property

Word Developer Reference

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.

Visual Basic for Applications
  ActiveWindow.DisplayLeftScrollBar = True

See Also