Listing procedures in Project

M

macroapa

Hi, I have a template (xyz.dot) which contains over 100 UserForms and
Modules. I dread to think how many procedures are in them, but I need
to start documenting them.

Is there some code that can extract all the Subs and Functions within
the userforms and modules?

Thanks

Steve.
 
J

Jonathan West

macroapa said:
Hi, I have a template (xyz.dot) which contains over 100 UserForms and
Modules. I dread to think how many procedures are in them, but I need
to start documenting them.

Is there some code that can extract all the Subs and Functions within
the userforms and modules?

Try MZ-Tools
http://www.mztools.com/v3/mztools3.aspx

Once you have installed them, the specific feature you want is "Generate XML
Documentation" in the "Other Utilities" submenu
 
Top