Hello friends,
I have a nested for-next loop inside another for-next loop, but when the nested loop ends it does not reset to the beginning again for the next item in my array loop. I am pretty sure the problem lies in my declarartions and how VBA handles arrays used in For-Next loops. I am having a mental block concerning declaring arrays and their ranges. An example of the setup is below;
How would I properly use these two for-next loops such that "x" is reset to 1 each time a new member of the array is called?![]()
Please Login or Register to view this content.
Thanks for any help, Newbee BAT:-)
Bookmarks