Word Reference

Creating a UserForm

Direct Answer

Creating a UserForm is part of the Word 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: Word object-model documentation • updated 06/08/2019. Rebuilt for readability; see the original for complete parameter matrices.