Dialog boxes

Information about the options available in Visual Basic for Applications dialog boxes.

Dialog box Description
Add Procedure dialog box Inserts a new Sub, Function, or Property procedure. Allows you to set the scope to public or private, and make all local variables in the procedure static.
Add Watch dialog box Use to enter a watch expression. The expression can be a variable, a property, a function call, or any other valid Basic expression.
Add-In Manager dialog box Allows you to register an add-in, load or unload it, and set its load behavior.
Additional Controls dialog box Allows you to add controls to your project's Toolbox.
Button Editor dialog box Provides the tools to modify Toolbar icons.
Call Stack dialog box Displays a list of currently active procedure calls during break mode.
Components dialog box Allows you to add components (controls, designers) to your project.
Customize Control dialog box Allows you to add ToolTips and modify the icon for your control.
Customize dialog box Allows you to customize your toolbars and menus.
Digital Signature dialog box Allows you to digitally sign a project by assigning a certificate.
Edit Watch dialog box Use to delete or edit the context or type of a watch expression.
Export File dialog box Allows you to give a name to the exported file and choose a location where it will be saved.
Find dialog box Allows you to search for specified text in a search range.
Font dialog box Use to change the fonts, the font size, and/or the font style you use for text and data fields.
Import File dialog box Allows you to choose the file that you want to import.
Insert File dialog box Allows you to look for and insert a file into a module in your project.
Load Picture, Load Icon dialog boxes Loads an existing picture file.
Macros dialog box Allows you to run, edit, or delete the selected macro, as well as create a macro.
Member Options dialog box Allows you to add Help information or comments about the procedures that you define in your project.
New Project dialog box Allows you to select the type of project that you want to create.
New Toolbar dialog box Allows you to give your new toolbar a name.
Open Project dialog box Lets you locate and open a standalone project.
Options dialog box Allows you to change default settings for the Visual Basic development environment.
Page Order dialog box Allows you to change the order of your tabbed pages.
Print, Print Setup dialog boxes Allows you to print forms and code to the printer specified in the Control Panel, and allows you to select the printer, page orientation, and paper size.
Project Properties dialog box Specifies the settings for a specific project.
Quick Watch dialog box Displays the current value of a selected expression.
References dialog box Allows you to select another application's objects that you want available in your code by setting a reference to that application's object library.
Rename Toolbar dialog box Allows you to rename your custom toolbars.
Replace dialog box Allows you to search code in a project for specified text and replace it with new text.
Security dialog box Use this dialog box to determine the level of security used when opening documents, or to remove a certificate from the list of trusted sources.
Select Certificate dialog box Allows you to select a certificate to assign to your project.
Tab Order dialog box Lists the tab order for the objects and allows you to change the order.

See also

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.