Consulting

Results 1 to 4 of 4

Thread: List all function, properties and classes

  1. #1
    VBAX Tutor
    Joined
    Mar 2010
    Posts
    285
    Location

    Question List all function, properties and classes

    Hi all...

    I have just inherited a new product to manage. It is based within Excel VBA and contains a few thousand lines of code, spread across several workbooks (with references back to a main workbook) and several modules.

    Almost everything has been broken down to custom functions and class modules.

    Is there a VBA macro I can run to summarise all :

    1. Functions contained within every module
    2. The object/class tree e.g. function1.property1

    Then I will effectively have a reference guide to work from. As everything is custom there is no reference.

  2. #2
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,445
    Location
    Get hold of a copy of MZ-Tools, it is free, and has such functionality I believe.
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

  3. #3
    VBAX Tutor
    Joined
    Mar 2010
    Posts
    285
    Location
    Thanks I will give it a try I was looking at the following. It has been designed to run within the workbook containing the code. Any way I can just produce a basic workbook with this in and access the workbook to be analysed using the file open method?

    What would be the most efficient way to acheive this?

    http://msdn.microsoft.com/en-us/libr...ffice.11).aspx

  4. #4
    VBAX Tutor
    Joined
    Mar 2010
    Posts
    285
    Location
    Wow... MZ_Tools documentation utility is unbelievable! Thanks for this info

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •