Stack Trace in VBA?

B

Banana

sebastico said:
Hello

Is Stack Trace in VBA for MS Access 2003 or 2007?

Many thanks

If you either do ctrl-L or go Views -> Call Stack, you'll be able to
view the Call Stack when you are in the break mode.

There is no way to get it programmatically, though if you google, there
are snippets for where you can "push" and "pop" your own stack. Even
then, that's quite cumbersome.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top