The Rocket TE Plus VBA Macros window is used to run, debug,
edit, and delete Rocket TE Plus VBA macros.
To open the Rocket TE Plus VBA Macros window, click from
the menu bar.
Note: Only macros that are part of the active Rocket TE
Plus VBA project are displayed.
The Macros dialog contains
the following buttons:
- Run
- The Run button is used to run Rocket TE Plus VBA macros.
To
run a Rocket TE Plus VBA macro:
- Highlight a macro in the list.
- Click Run.
- Cancel
- The Cancel button is used to close the Rocket TE Plus VBA Macro
window.
- Step Into
- The Step Into button is used for debugging purposes and will start
the Visual Basic Editor in the debug mode.
To step into a Rocket TE
Plus VBA macro:
- Highlight a macro in the list.
- Click Step Into. The Visual Basic Editor
opens in the debug mode.
- Debug the macro.
- Edit
- The Edit button is used for editing purposes and will launch the
Visual Basic Editor in the edit mode.
To edit a Rocket TE Plus
VBA macro:
- Highlight a macro from the list.
- Click Edit . The Visual Basic Editor opens
in the edit mode.
- Edit the macro.
- Create
- The Create button is used if you want to create a macro from scratch
inside the Visual Basic Editor.
To create a macro from scratch:
- Type the name of the macro you want to create in the Macro
name field.
- Click Create. The Visual Basic Editor
opens.
- Create the macro.
- Delete
- The Delete button is used to delete a macro.
To delete a macro:
- Highlight a macro in the list.
- Click Delete.