Thread: Last Active Row
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bill Sturdevant Bill Sturdevant is offline
external usenet poster
 
Posts: 1
Default 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