Insert a Text box on a form with VBA

L

Les

Hi all,

I have a userform called "frm_InputTM" and i have a check box that if
checked i want to insert two text boxes automatically.

Could anybody offer me some help with this please ?
 
D

Dave Peterson

Insert the two textboxes when you're designing the form.

Then make them visible when the checkbox is checked.

Life will be lots easier.
 
Top