finding last row number of UsedRange
x = Cells.SpecialCells(xlCellTypeLastCell).Row
y = Cells.SpecialCells(xlCellTypeLastCell).Column
HTH,
Shockley
"Jamie Martin" wrote in message
...
I want to loop through all the rows in my active worksheet's UsedRange.
How
can I extract from the UsedRange Range object the numbers of the last row
and column?
Thanks everyone so much for your help--I really appreciate this community.
Jamie
|