K
Kevin O'Neill
Dim d as String
For d = 0 to 6
ends(d) = Range("A50000").End(xlUp).Row
Next d
I want to populate the array with the end row of each of my loops, and
then pass that array to another sub for use.
Suggestions?
For d = 0 to 6
ends(d) = Range("A50000").End(xlUp).Row
Next d
I want to populate the array with the end row of each of my loops, and
then pass that array to another sub for use.
Suggestions?