VBA Tip: Call Stack
When in break mode, selecting the Call Stack button in the Debug toolbox displays the Call Stack window. The call stack window displays the subs/functions called in sequence to get to the current line of code.
![]()
The current function is displayed at the top of the listing.

This is very useful in determining how your macro got the current line of code.
Last Month’s Tips:
MicroStation: Mouse InRoads: RWK File AutoCAD Civil 3D: VBA: Variable Declaration Mechanics Mask or Boundary? Wha…



