G
Guest
Hi,
I'm trying to remove controls from my form at runtime. The controls have
already been added using something similar to the code below.
For TeamLoop = 1 To 3
Set TeamChkBox = Controls.Add("Forms.CheckBox.1", "chkTeam" & TeamLoop,
Visible)
Next TeamLoop
Does anyone know the syntax for removing these controls from my form?
Ta.
Neil
I'm trying to remove controls from my form at runtime. The controls have
already been added using something similar to the code below.
For TeamLoop = 1 To 3
Set TeamChkBox = Controls.Add("Forms.CheckBox.1", "chkTeam" & TeamLoop,
Visible)
Next TeamLoop
Does anyone know the syntax for removing these controls from my form?
Ta.
Neil