Thread
:
Filling an array with a Loop
View Single Post
#
1
Posted to microsoft.public.excel.programming
Kevin O'Neill[_2_]
external usenet poster
Posts: 44
Filling an array with a Loop
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?
Reply With Quote
Kevin O'Neill[_2_]
View Public Profile
Find all posts by Kevin O'Neill[_2_]