Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 750 Bytes

Excel.Window.DisplayVerticalScrollBar.md

File metadata and controls

36 lines (22 loc) · 750 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Window.DisplayVerticalScrollBar property (Excel)
vbaxl10.chm356088
vbaxl10.chm356088
Excel.Window.DisplayVerticalScrollBar
19120328-e32e-6939-93f1-f6d0e8bd472d
05/21/2019
medium

Window.DisplayVerticalScrollBar property (Excel)

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

Syntax

expression.DisplayVerticalScrollBar

expression A variable that represents a Window object.

Example

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

ActiveWindow.DisplayVerticalScrollBar = True

[!includeSupport and feedback]