Syntax

expression.SplitRow

expression A variable that represents a Window object.

Example

This example splits the active window so that there are 10 rows above the split line.

Visual Basic for Applications
Workbooks("BOOK1.XLS").Worksheets("Sheet1").Activate ActiveWindow.SplitRow = 10
How do I split a window horizontally? Return row of split pane. Set window split at row 10. Split row Split Row Property SplitRow SplitRow property Which row is a window split at?

See also: