How to Loop Through an Array of Values in VBA
Introduction to Arrays An array is a sequence of values in an order that can be referred with indexes where identifying the start index and the end index of the array is important. This is called the lower bound and upper bound of array. Looping