S seiky Registered User. Local time Today, 23:31 Joined Feb 14, 2005 Messages 11 Feb 14, 2005 #1 Is it possible to add a control (textbox, commandbutton) at run time, I know it's possible with VB but is it with VBA? Thanks.
Is it possible to add a control (textbox, commandbutton) at run time, I know it's possible with VB but is it with VBA? Thanks.
G GabrielR Registered User. Local time Today, 17:31 Joined Oct 6, 2004 Messages 63 Feb 14, 2005 #2 You can add controls and set their property to Enabled/Disabled or Visible, and set their values on during runtime operation.
You can add controls and set their property to Enabled/Disabled or Visible, and set their values on during runtime operation.
S seiky Registered User. Local time Today, 23:31 Joined Feb 14, 2005 Messages 11 Feb 15, 2005 #3 thanks, but I found an another solution, I found the "CreateControl" command, the problem is that I have to close the form for adding controls.
thanks, but I found an another solution, I found the "CreateControl" command, the problem is that I have to close the form for adding controls.