Im using this to create buttons at run time, draggin them from another form

Code:
Set Boton = frmDropWindow.Controls.Add("VB.CommandButton", ControlName)
Is there a way to make a control array of them?, because when one is created, the older one stops working, so they are pretty much useless.

Thanks :0