April 2006
Beginner
1114 pages
98h 16m
English
worksheet.Rows([Index])
Returns a Range object that represents the row specified by Index or all the rows in a worksheet.
The following code selects the second row in the active worksheet:
ActiveSheet.Rows(2).Select
Read now
Unlock full access