Logging what procedures are executed
Hi all,
the following problem:
I need to understand a relatively large chunk of VBA code written by
someone else. The code cotains a bunch of modules, class modules and
around 300 procedures.
The comments are poor in many places.
Question:
Is there a way to log/debug.print all the procedures which are executed
and their order without manually adding my own code to each procedure.
Is it possible to raise an event which would debug.print procedure name
every time a new one is called?
Thanks in advance!
MaxS
|