vote up 3 vote down star

Is there a tool, method or setting in VBA to warn about variables that have been DIMmed, but aren't being used?

flag

1 Answer

vote up 7 vote down check

MZ-Tools will search through your code and tell you what is not being used. The version for VBA can be found here.

The specific feature in MZ-Tools that performs what you asking about is Review Source Code:

The Review Source Code feature allows you to review the source code to detect some unused declarations (constants, variables, parameters, procedures, etc.).

link|flag
A great add-in, and free for VBA – Matt Dillard Oct 9 '08 at 20:34
That worked great, the perfect tool for the job. – Lance Roberts Oct 9 '08 at 21:18
Yes: It is free, easy, and very efficient. Once you notice how much you save time by using it, please do like me: donate! – Philippe Grondier Oct 10 '08 at 12:35

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.