E
ExcelMonkey
How do you return the object index within a collection. If I have a
collection of ranges and I want to loop thru the collection using a For Each
loop. What property do I track for each rng to obtain the collection number?
Or do I have to use a Counter variable?
Set colRanges = New Collection
For Each rng2 In colRanges
Next
Thanks
EM
collection of ranges and I want to loop thru the collection using a For Each
loop. What property do I track for each rng to obtain the collection number?
Or do I have to use a Counter variable?
Set colRanges = New Collection
For Each rng2 In colRanges
Next
Thanks
EM