■ You tried to use REDIM to define the dimensions of an
object. For example:
REDIM Form1(100)
■ Objects cannot be dimensioned in Visual Basic.
■ Possible solution:
• Change the variable name so that is does not conflict
with an existing object name.
■ If you need additional help, move the cursor to a keyword
and press F1 to open the Help window.