Skip to main content

Call Stack dialog box

Displays a list of currently active procedure calls during break mode. When executing code in a procedure, that procedure is added to a list of active procedure calls. Each time a procedure calls another procedure, it is added to the list. Called procedures are removed from the list when execution returns to the calling procedure. Procedures called from the Immediate window are also added to the calls list.

The following table describes the dialog box options.

Option Description
Project Module Function Lists the procedures.
Show Moves the insertion point to the location where the call was made, and turns on the Call Stack indicator .

Keyboard shortcuts: CTRL+L

Leave a comment

Your email address will not be published. Required fields are marked *

Format your code: <pre><code class="language-vba">place your code here</code></pre>