Creating controls dynamically on a form

B

Bill Hicks

Hi,

I'm a VBA newbie and need to know if it is possible to dynamically
create controls on a form, by pressing a Command Button. For instance,
a form for entering Customers has 3 text boxes (Customer name,
Customer phone, Customer address), and an Add control button. The Add
button will draw another row of the 3 Customer text boxes under the
existing rows, for x number of times the user presses Add. After the
user is done entering Customers, they can press a Submit control
button to submit them all at once.

Is this possible to do in VBA for Outlook, and if so, can someone
point me in the right direction? Any help is greatly appreciated.

Thanks.
Bill
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top