Is it possible to change the index of the control array element in VB6?

For example
1. I created control array with 5 elements
2. and after that I unloaded first 4 elements.

Can I somehow change index of the element #5 to 3?

Since I unloaded element #3 the index "3" is available. But I need somehow to change index of the element #5 to 3. To be able to refer to former element TextBox (5) as TextBox (3).

Thank you for suggestions!