Arrays Keyword Summary

This page is specific to the Visual Basic for Applications (VBA) Language Reference for Office 2010.

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