Excel Reference

Create a User Form

Direct Answer

Create a User Form
is part of the Excel VBA object model. This reference page documents its syntax, parameters, and typical usage.

Reference

To create a custom dialog box, you must create a UserForm. To create a UserForm, click UserForm on the Insert menu in the Visual Basic Editor.

Use the Properties window to change the name, behavior, and appearance of the form. For example, to change the caption on a form, set the Caption property.

!include[Support and feedback]

Reference: Excel object-model documentation • updated 06/08/2017
. Rebuilt for readability; see the original for complete parameter matrices.