Hi Joseph,

The attached has a command button to add combobox or textbox depending on which option button is picked. Optionbutton1 will add a combobox, Optionbutton2 will add the textbox. If either is off the form the form is resized.
You will need to add a name and reference the control as Userform1!nameofcontrol.text

HTH