Consulting

Results 1 to 3 of 3

Thread: VBA Project Analysis Tools/Utilities

  1. #1
    VBAX Newbie
    Joined
    Jan 2006
    Posts
    2
    Location

    VBA Project Analysis Tools/Utilities

    Looking for tools or utilities that perform code/project analysis such as call paths, variable lists by type/location, controls use summaries, etc. (ie., documentation aids) for Module and Form code. Thanks beforehand for any and all who respond.

  2. #2
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,445
    Location
    Quote Originally Posted by tomol
    Looking for tools or utilities that perform code/project analysis such as call paths, variable lists by type/location, controls use summaries, etc. (ie., documentation aids) for Module and Form code. Thanks beforehand for any and all who respond.
    Call paths is available in the VBIDE with View>Call Stack.

    You should get hold of MZTools http://www.mztools.com/v3/mztools3.htm

    and Rob Bovey's Code Documentor http://www.appspro.com/Utilities/Documentor.htm

  3. #3
    VBAX Newbie
    Joined
    Jan 2006
    Posts
    2
    Location
    Thanbks for the reply. Tools have been useful. tomol

Posting Permissions

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