Make VBA Macro

Home: MacrosMacrosMake VBA Macro

This dialog box allows you to create a new macro and store it with a given name. You can select between a structure macro, whose contents will be added to the history list during its execution, or a control macro, whose contents will be not added there.

Macro

Specify a valid name for the new macro.

Control Macro

Choose this option to create a control macro.

Structure Macro

Choose this option to create a structure macro. Its content will be added to the history during execution.

Make globally available

If this switch is enabled, the macro will be stored project independently. You may access it from every Project. In the other case, it will be available in the current project only.

OK

Accepts the input and closes the dialog.

Cancel

Closes this dialog box without performing any further action.

Help

Shows this help text.

See also:

VBA Macro Overview, History List