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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top