Function to catch "deadhead" Variables?

L

LarryP

Has anybody written a function that will look through an entire VBA project
to find variables that were "Dim'd" but then never used? In really big
projects I'd sometimes find that useful.
 
Top