Tips
Some menu items are not available in all versions of the Visual Basic Editor.
Command | Description | Toolbar button |
---|---|---|
Class Module | Creates a new class module and adds it to your active project. | |
Components | Displays the Components dialog box from which you can add designers to the Insert menu. | |
File | Displays the Insert File dialog box so that you can insert text from an existing module at the current cursor position. Not available when no editor is open. | |
Module | Inserts a new standard module and adds it to your active project. | |
Procedure | Inserts a new Sub, Function, or Property procedure into the active module. Not available if the module is not active. | |
UserForm | Creates a new form and adds it to your project. |