About Using the UserForm Window (VBA/ActiveX)

The UserForm window allows you to create custom dialog boxes in your project.

Controls can be added by dragging the desired control from the Toolbox and placing it on the form. You can set your controls to align with the grid of your form from the General tab of the Options dialog box. You can view the form grid and determine the size of the gridlines from the General tab of the Options dialog box.

Each form you design will automatically have a Maximize, Minimize, and Close button. These buttons have already been implemented for you.