Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
General query on use of Excel | Excel Discussion (Misc queries) | |||
Format: General - Text - General | Excel Worksheet Functions | |||
VBA Sub procedures | Excel Programming | |||
Web Query general question | Excel Programming | |||
Proper method for Excel/Query/Macro reporting | Excel Programming |