Run
The Run button is used to run BlueZone Plus VBA macros.
To run a BlueZone Plus VBA macro:
|
1. |
Highlight the desired macro from the list. |
|
2. |
Click Run. The macro runs.
|
Cancel
The Cancel button is used to close the BlueZone Plus VBA Macro dialog.
Step Into
The Step Into button is used for debugging purposes and will launch the Visual Basic Editor in the debug mode.
To step into a BlueZone Plus VBA macro:
|
1. |
Highlight the desired macro from the list. |
|
2. |
Click Step Into. The Visual Basic Editor launches in the debug mode.
|
Edit
The Edit button is used for editing purposes and will launch the Visual Basic Editor in the edit mode.
To edit a BlueZone Plus VBA macro:
|
1. |
Highlight the desired macro from the list. |
|
2. |
Click Edit . The Visual Basic Editor launches in the edit mode.
|
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:
|
1. |
Type the name of the macro you want to create in the Macro name field.
|
|
2. |
Click Create. The Visual Basic Editor launches.
|
Delete
The Delete button is used to delete a macro.
To delete a macro:
|
1. |
Highlight the desired macro from the list. |
|
2. |
Click Delete. The macro is deleted.
|