Declaring an Array

The array name must be followed by the upper bound in parentheses. The upper bound must be an integer.

Dim ArrayName (10) As Interger

Dim Sum (20) As Double