Dear friends

I have created some controls at run time by using the following code


Private Sub Command1_Click()
Load Text1(Text1.UBound + 1)
Text1(Text1.UBound).Top = Text1(Text1.UBound - 1).Top + 300
Text1(Text1.UBound).Visible = True
End Sub


I also want to remove these controls at run time but I do not know the code for that


Plz!!! help me

Its urgent

Thanks in advance