■ A control that is not part of any array was referenced as
if it had an index. For example:
Command1(3).Caption
■ You can reference an object as an array element only if it
is defined as part of a control array.
■ Possible solution:
• Remove the control array part of the object reference or
create a control array that matches the specification.
■ If you need additional help, move the cursor to a keyword
and press F1 to open the Help window.