Monday, December 8, 2008

VBA code management tool

One of the most useful set of tools I found for VBA code editing is the MZ Tools. 
If you write a lot of VBA code, you'll really like it. It's free and it has an unbelievable set of features.

My favourite is the Find tool that returns all the occurences of the sought string in a very intuitive tree-style list. This made my code changes so much easier.
You can add line numbers, add error handling and code comments, find all callers of a specific procedure, create a list of favorite procedures, use up to 10 private clipboards to copy/paste various code and a lot more.

You can find it at http://www.mztools.com.
I hope it's helpful to you.
Cheers!

No comments: