Window.SplitVertical Property

Excel Developer Reference

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).

Visual Basic for Applications
  Workbooks("BOOK1.XLS").Worksheets("Sheet1").Activate
ActiveWindow.SplitVertical = 216

See Also