Excel vba array

excel vba arrayAn Excel VBA Array is a group of variables. You can refer to a specific variable (element) of an Excel VBA Array by using the Array name and the index number. Excel-vba-easy.com explains how to declare and initialize a one-dimensional and two-dimensional Excel VBA Array, how to Redim an Excel VBA Array and how to find the size of an Excel VBA Array.