Window.ScrollRow property (Excel)
Returns or sets the number of the row that appears at the top of the pane or window. Read/write Long.
Syntax
expression.ScrollRow
expression A variable that represents a Window object.
Remarks
If the window is split, the ScrollRow property of the Window object refers to the upper-left pane. If the panes are frozen, the ScrollRow property of the Window object excludes the frozen areas.
Example
This example moves row ten to the top of the window.
Worksheets("Sheet1").Activate
ActiveWindow.ScrollRow = 10
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.