Code cleaner

  • Thread starter Thread starter WH99
  • Start date Start date
Depends upon what you mean by a code cleaner.

If you mean a utility that exports all modules and re-imports them, thereby
reducing file-bloat which can in extreme cases cause runtime errors, then
Ron has given you the answer.

If you want a utility that will tidy up your code, remove unused variables,
and/or other things, there are a few around that do various things, but no
one-stop shop.
 
Thanks Bob,
I keep getting and warning that excel that it has encounted a problem and
will have to close down. Iv got a large userform code and I was hoping that a
code cleaner would sort the problem out!
I guess I have to go through the whole code bit by bit and see if there are
any obvious errors>
WH99
 

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

Back
Top