It depends on what you mean by "contained". If you want non-null values in
the array, you'll have to step through the array and check each value. If
you just want to know the extent of the array, check the UBound and LBound
statements. These will give you the upper bound and lower bound (index) of
the array.