View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dwaine Horton[_2_] Dwaine Horton[_2_] is offline
external usenet poster
 
Posts: 2
Default How to create textbox's at a userform Initialize

I have a VBA program that has several forms. On one form are three
multiselect listboxes. I have a button that will allow the user to review
the data they selected and also see a final price. Seeing that I don't know
how many textboxes I will need I would like to create a text box in the
intialize procedure of the review form.

Any ideas on how I can accomplish this?