Object already loaded (Error 360)

The control in the control array has already been loaded. This error has the following cause and solution:

  • You tried to add a control to a control array at run time with the Load statement but the index value you referred to already exists.

    Change the index reference to a new value or check whether your code is executing the same Load statement with the same index value reference more than once.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.