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
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