Thread
:
Last Active Row
View Single Post
#
1
Posted to microsoft.public.excel.programming
Bill Sturdevant
external usenet poster
Posts: 1
Last Active Row
I want to loop through each row, doing verious things, and
I need to stop at the last active row. I never know
exactly how many rows are active.
What
VB
reference do I use to get that number:
For i = 1 to ??????
Do Stuff
next i
Reply With Quote
Bill Sturdevant
View Public Profile
Find all posts by Bill Sturdevant