Applies To
Pane Object, Window Object.
Description
Returns or sets the number of the row that appears at the top of the pane or window. Read-write.
Remarks
If the window is split, Window.ScrollRow refers to the top left pane. If panes are frozen, Window.ScrollRow excludes the frozen areas.
See Also
ScrollColumn Property.
Example
This example moves row 10 to the top of the window.
Worksheets("Sheet1").Activate ActiveWindow.ScrollRow = 10