E
Eamon Wall
I'm attepting to find the row number of the first row in a user selected
range.
I'm looping throgh the rows to perform a comparison and can establish the
total number of row using
Dim Lrows as integer
Lrows = Selection.Rows.Count
How do I extract the row number of the first row, please.
Thanks in advance
range.
I'm looping throgh the rows to perform a comparison and can establish the
total number of row using
Dim Lrows as integer
Lrows = Selection.Rows.Count
How do I extract the row number of the first row, please.
Thanks in advance