general query about reporting of procedures

T

Tim Marsh

Hi All,

I have a workbook with several VBA modules each with a few
procedures. some procedures call others (sometimes several times) and
my question is: is there some way of reporting which procedures are
called by which other procedures (in call order)?

eg,

Procedure A
=========
calls Proc C
calls Proc F


Procedure B
=========
calls No Proc

Procedure C
=========
calls Proc B
calls Proc F

.... etc etc


i've written quite a bit of vba for controlling workbooks, but never
for interrogating the vba modules themselves. i'm guessing if such a
thing exists it must be a workbook add-in; if such a thing does not
exist can anyone suggest how i might create one?

TIA,

Tim
 

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