Visual Basic Rows

R

RChrisR

I want to know how many rows are used between to addresses. In Excel,
the function is Rows. Works Great. But, I want that value inside of
VisualBasic. Rows doesn't seem to be an option. My approach is to use

Application.WorksheetFunction.Rows

However, this approach doesn't seem to be a viable option. What should
I really do in order to calculate the number of rows between two cell
addresses?
 
S

Steve Rindsberg

I figure there is a very simple solution to this question.

Perhaps, but apparently whoever knows it doesn't frequent this group.

Try asking in one of the groups specific to Excel and/or Excel VBA
 
Top