SplitVertical Property
Applies To
Window object.
Description
Returns or sets the location of the vertical window split, in points. Read/write Double.
See Also
SplitColumn property, SplitHorizontal property, SplitRow property.
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