IsArray Function
Office 2010
This page is specific to the Visual Basic for Applications (VBA) Language Reference for Office 2010.
Returns a Boolean value indicating whether a variable is an array.
Syntax
IsArray(varname)
The required varname argument is an identifier specifying a variable.
Remarks
IsArray returns True if the variable is an array; otherwise, it returns False. IsArray is especially useful with variants containing arrays.