Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 830 Bytes

Excel.Window.SplitVertical.md

File metadata and controls

38 lines (23 loc) · 830 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Window.SplitVertical property (Excel)
vbaxl10.chm356115
vbaxl10.chm356115
Excel.Window.SplitVertical
2e683391-b5c3-0d4d-94a3-0afe82e3965a
05/21/2019
medium

Window.SplitVertical property (Excel)

Returns or sets the location of the vertical window split, in points. Read/write Double.

Syntax

expression.SplitVertical

expression A variable that represents a Window object.

Example

This example sets the vertical split for the active window to 216 points (3 inches).

Workbooks("BOOK1.XLS").Worksheets("Sheet1").Activate 
ActiveWindow.SplitVertical = 216

[!includeSupport and feedback]