Quick Find: Search for:
Total Visual CodeTools  

Microsoft Access 2007 Version
Is Shipping!


Supports Office/Access 2007, 2003, 2002, 2000, and Visual Basic 6.0!

Also available for:
Access 97


View all FMS products for Microsoft Access All Access Products

 CodeTools Info

PDF Fact Sheet (409K)

Product Guide

Take a Tour

Code Builders

Sample Code Cleanup

Sample Code Delivery

Unused Variable Analysis

Macro Recorder

Coding Standards

FAQs

Download Trial of Total Visual CodeTools for VB6 and VBA/Office/Access


Best Visual Basic Add-In
Rave Reviews

 Why CodeTools?

for Developers

for the Enterprise

Convince Your Boss

 More Info:

Check for Updates

License Terms

 

"Total Visual CodeTools is by far my favorite third-party product."
- Alison Balter, Author, Conference Speaker, Instructor

More Reviews
 

 

 

 

Microsoft Access Email Program

Unused Variable Analysis

The Unused Variable Analysis feature in Total Visual CodeTools helps you detect and eliminate unnecessary code from your VB6 and VBA projects including Microsoft Access, Excel, Word, etc. Quickly find code that's defined but never referenced or used. This includes:

  • Unused variables defined at the procedure, module, and project/global levels through Dim, Public, and Private statements
  • Unused procedure parameters
  • Unused constants
  • Unused classes
  • Unused user defined types and their elements

Unused code commonly occurs when changing existing code or eliminating previous code without noticing the variable definition remained. You fix this by simply deleting the variable definition.

However, this can also occur when you define a variable -- especially a procedure parameter -- then forget to use it. Maybe you wanted to track something or do something special based on a value but failed to do so. Rather than simply deleting the variable, you need to determine its purpose and make sure it's no longer necessary or implement it correctly.

Easy to Use

The Unused Variable Analysis is simple to use. Invoke it from the Total Visual CodeTools menu or toolbar, then select the objects to examine. It can be the entire project, one module, or one procedure.


Example of selecting all modules from Northwind

Powerful Analysis

The powerful VB6/VBA code parser in Total Visual CodeTools examines all the selected modules to determine what variables, constants, etc. are defined. It also determines where they are used to see which items are never used. The list is provided in the results.

Results

Run the process and the results are provided in an HTML report:

Unused Variable Analysis in Total Visual CodeTools for VB6 and VBA

Review the results and fix accordingly.


Questions  l   Web questions: Webmaster   l   Copyright © 2008 FMS, Inc.

Celebrating 21 Years of Software Excellence