Arrays keyword summary
Action | Keywords |
---|---|
Verify an array. | IsArray |
Create an array. | Array |
Change default lower limit. | Option Base |
Declare and initialize an array. | Dim, Private, Public, ReDim, Static |
Find the limits of an array. | LBound, UBound |
Reinitialize an array. | Erase, ReDim |
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.