The Advanced Scripting menu
You open the Advanced Scripting menu by pointing to the Script area of the MyCommands Advanced Scripting dialog box and right-clicking or by pressing Shift+F10. The menu has the following commands:
|
Item |
Description |
|
Cut |
Moves the selected text to the Clipboard. |
|
Copy |
Copies the selected text to the Clipboard. |
|
Paste |
Pastes the Clipboard text over the selected text. |
|
Run |
Runs the script to completion. (If the macro is not active, start it.) |
|
Pause |
Stops the script. Execution can be resumed. |
|
End |
Terminates the script. Execution cannot be continued. |
|
Step Into |
Executes the current line. If the current line is a subroutine or function call, stop on the first line of that subroutine or function. (If the script is not active, start it.) |
|
Step to Cursor |
Executes until the line the cursor is on is the current line. (If the script is not active, start it.) |
|
Toggle Break |
Toggles a break point on the current line. |
|
Clear All Breaks |
Clears all break points. |
|
Quick Watch |
Shows the value of the expression under the insertion point in the immediate window. |
|
Browse |
Shows the methods of the expression under of the cursor. (see The Object Browser) |
|
Show Next Statement |
Shows the next statement to be executed. |
|
References |
Opens the References dialog box, which shows the current script/module's references. |