April 2006
Beginner
1114 pages
98h 16m
English
range.Rows([Index])
Returns a Range object that represents the row specified by Index in the specified range or all the rows in the range.
The following code selects the second row in the range:
Dim r As Range
Set r = ActiveSheet.Range("A1:A6")
r.Rows(2).SelectRead now
Unlock full access