Any way to find unused code?

G

Gary Hillerson

Is there a program out there that I can run on a VBA project to find
functions that are defined by not used?

It's a big project that has evolved over the years, and I know there's
code that's no longer being called that's taking up space, so I'd lke
to find a tool that will help me clean up the code.

Any pointers appreciated.

thanks,
gary
 
G

Gary Hillerson

Thanks. Nice program. It doesn't find dead public functions, but does
a great job of finding unused private functions and variable and
params.

MZ-Tools also does a lot of wonderful things to improve the
development environment. Great stuff.

G
 
Top