Inserting UserForms
One of the first tasks you will want to perform when building a VBA program is to insert a UserForm. This is the area where you develop the interface, or window that users will see when they run the program.
To insert a UserForm
- From the Insert menu in the VBA Editor, click UserForm. A blank UserForm is displayed, along with the Toolbox , which contains controls that you can insert on your UserForm.