Hi everyone,

i'm looking for a tool that could help me clean, reduce, tidy my code, in special, i wanted some tool that could point to blocks of code that are repeated (don't know if this is the proper way to call it) so i could then transform the repeats in a outside sub for example, and then just call the sub, saving lines of code this way.

thanks.