title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Window.DisplayVerticalScrollBar property (Excel) |
vbaxl10.chm356088 |
|
|
19120328-e32e-6939-93f1-f6d0e8bd472d |
05/21/2019 |
medium |
True if the vertical scroll bar is displayed. Read/write Boolean.
expression.DisplayVerticalScrollBar
expression A variable that represents a Window object.
This example turns on the vertical scroll bar for the active window.
ActiveWindow.DisplayVerticalScrollBar = True
[!includeSupport and feedback]