Is there an easy way to establish whether there any subroutines or functions in code across a project that are not actually called from anywhere? Obviously such redundant code would then be deleted.
Go to MZTools.com, download it and have fun with it. The price is right (Free for VB 6). You can detect unused code very easy, as long as the Subs or Functions are declared Private, I don't think it can find Public Sub and Functions that are not used. Plus, it will tell you if you have variables declared and never used (or in comment out code).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.