SplitHorizontal Property
Applies To
Window object.
Description
Returns or sets the location of the horizontal window split, in points. Read/write Double.
See Also
SplitColumn property, SplitRow property, SplitVertical property.
Example
This example sets the horizontal split for the active window to 216 points (3 inches).
Workbooks("Book1.xls").Worksheets("Sheet1").Activate
ActiveWindow.SplitHorizontal = 216