Stephen has attended:
MOS Exam course
Visio Advanced course
Excel VBA Advanced course
Upgrade to Office 2007 course
PowerPoint Intermediate Advanced course
Call Stack
I was wondering what the Call Stack (from the View option in the VBE main menu) is used for. I couldn't find anything seaching VBE help.
Thanks
RE: Call Stack
Hi Stephen
Thank you for your question
The call stack window is available when the code breaks, due either to an error or through code breaking by the operator.
It simply shows the module that called the breakpoint. It is a useful debugging tool for complex projects
Hope this is useful
Regards
Stephen