DisplayVerticalScrollBar Property [Excel 2003 VBA Language Reference]

True if the vertical scroll bar is displayed. Read/write Boolean.

Example

This example turns on the vertical scroll bar for the active window.

ActiveWindow.DisplayVerticalScrollBar = True

Applies to | Window Object

See Also | DisplayHorizontalScrollBar Property | DisplayScrollBars Property