View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Insert a Text box on a form with VBA

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

Then make them visible when the checkbox is checked.

Life will be lots easier.

Les wrote:

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 ?
--
Les


--

Dave Peterson