
It has no other options than to close it because we have not added any other buttons to it. When we click on the run button, we can see that a blank form appears on the excel screen. How do we run this userform? Make sure that we have clicked on the userform itself and click on the run button shown in the screenshot below.


In the properties toolbox, we have a dropdown provided to us named as back color we can select any set of colors we want. Now let us try to change the color of the userform.Let us change the name to the sample form and see the result.We can do that by changing its name from the properties option on the left-hand side of the screen. It is currently named as userform1 as we have not given it any name.A new wizard box opens up, and it is blank, which is our blank userform.

Now how do we add a userform to this blank screen? In the insert tool, click on UserForms.In the Excel worksheet, go to the Developer’s tab and click on the Visual Basic editor.How to view a UserForm and what a UserForm is. You can download this VBA UserForm Excel Template here – VBA UserForm Excel Template Excel VBA UserForm – Example #1įirst, let us get to the basic of the UserForm.
