LSM 510
OPERATION IN EXPERT MODE
LSM 510 META
Macro Menu
Carl Zeiss
03/06
B 45-0021 e
4-179
Delete the linking of a button in the Macro subordinate toolbar
Proceed as follows to delete the linking between a button in the
Macro
subordinate toolbar and a
macro:
•
Select the button number from the
Button
selection box.
•
Press the
Delete
button to delete the linking.
4.8.2.4
Editing and Debugging of Macros
The
Edit
button activates IDE (Integrated Development Environment) which allows macros to be edited
and debugged. Under the
Help - Contents and Index
menu item, IDE contains detailed "online" help
on its operation and on the VBA macro language. Therefore, only a few hints are provided in the
following:
You should activate the required toolbars. We would recommend you to activate the
Debug
toolbar via
the
View - Toolbars -Debug
menu item.
The following buttons in the toolbar can help you when debugging macros:
Starts running the command lines.
Stops running the command lines.
Interrupts processing of the command lines (pause).
Sets a breakpoint in the line with the text cursor.
Processes a command line and steps into subprocedures.
Processes a command line and steps over subprocedures.
Exits the subprocedure (step out).
Displays the value of the marked expression (Watch). If nothing is marked, the value of
the variable above the text cursor is displayed.
Activates the Watch window in which values of variables and expressions can be
displayed. For this, text is marked in the code window and dragged into the Watch
window. Variables can be modified in the Watch window.
In the left-hand edge of the code window you will find an arrow beside the current command line. A
new current command line can be determined by moving the arrow via the mouse. This makes it possible
to skip command lines or to process command lines several times.