Call Stack dialog box

Call stack

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 Call stack indicator.

See also

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.