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 sameLoad statement with the same index value reference more than once.
