Creating controls on run time?

seiky

Registered User.
Local time
Today, 23:31
Joined
Feb 14, 2005
Messages
11
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.
 
You can add controls and set their property to Enabled/Disabled or Visible, and set their values on during runtime operation.
 
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.
 

Users who are viewing this thread

Back
Top Bottom