Sets or returns a Boolean value determining whether there is a vertical scrollbar on editor windows.
Syntax
Property Get VerticalScrollBar ()
Property Let VerticalScrollBar (scrollbar)
The syntax has these parts:
| Part | Description |
| scrollbar | Optional Boolean. True means a scrollbar is present. False means it is absent. |