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?
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?