row counter tool for excel 2003

R

Rick Rothstein \(MVP - VB\)

Do you mean within a VBA macro or function? If yes, then this will tell you
how many rows are in the selection...

Selection.Rows.Count

Rick
 
R

Rick Rothstein \(MVP - VB\)

While you are making the actual selection (before you release the left mouse
button), the number of rows and columns is displayed in the Name Box (the
one to the left of the formula bar)... is that what you are looking for?

Rick
 
Top