Adding Controls to a UserForm
After you have inserted a UserForm , you will generally want to add controls - the buttons, text boxes, and other items contained in your user interface. You place controls by dragging them from the Toolbox onto your UserForm.
A blank UserForm displayed in the VBA IDE, along with the Toolbox.