To-Create-a-New-Form-in-a-Project-VBA
To Create a New Form in a Project (VBA)
Forms allow for input from the user.
- Open the Project window of the VBA IDE and select the project you want to add the
form to. - From the Insert menu, click UserForm.
A blank form is created and added to your project.