SplitRow Property
Applies To
Window object.
Description
Returns or sets the row number where the window is split into panes (the number of rows above the split). Read/write Long.
See Also
SplitColumn property, SplitHorizontal property, SplitVertical property.
Example
This example splits the active window so that there are 10 rows above the split line.
Workbooks("Book1.xls").Worksheets("Sheet1").Activate
ActiveWindow.SplitRow = 10