D
Don
In VBA how do I find the first and last row number in a range?
I need to perform various calculations on different segments of a range
(single column range) and my first problem is to identify the first and last
row. Then I'll loop through the rows and perform various calculations.
Thanks.
Don
P.S. Is there a VBA reference somewhere that would help me answer questions
like above? Using the VBA help facility doesn't seem to help, probably
because of my low expertise in VBA.
I need to perform various calculations on different segments of a range
(single column range) and my first problem is to identify the first and last
row. Then I'll loop through the rows and perform various calculations.
Thanks.
Don
P.S. Is there a VBA reference somewhere that would help me answer questions
like above? Using the VBA help facility doesn't seem to help, probably
because of my low expertise in VBA.