Specifies whether a vertical scroll bar appears on the right or left side of a frame.
Syntax
object.VerticalScrollBarSide [= VerticalScrollBarSide]
The VerticalScrollBarSide property syntax has these parts:
| Part | Description |
|---|---|
| object | Required. A valid object. |
| VerticalScrollBarSide | Optional. Where the scroll bar should appear. |
Settings
| Value | Description |
|---|---|
| 0 | Puts the scroll bar on the right side (default). |
| 1 | Puts the scroll bar on the left side. |