PDA

View Full Version : VBA Project Analysis Tools/Utilities



tomol
01-24-2006, 09:05 PM
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.

Bob Phillips
01-25-2006, 03:37 AM
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

tomol
02-03-2006, 08:48 PM
Thanbks for the reply. Tools have been useful. tomol