VBA – Professional Tools for VBA

VBA tools are important for any vba developer – today I was thinking to summarize the tools I am using daily and to update the list of them with the time. The order of the tools is pretty much random.

vba


Custom UI Editor for MS Office

If you need to write xml code to change the ribbon of a *.xml file and you are tired to change the extension to *.zip every time you need to change it, the tool is just your thing!

Free!

 

 


MZ-Tools

MZ-Tools are really used on a daily basis from me. I am ashamed that before them I was not even catching exceptions and now I cannot imagine working without them.

Article for MZ-Tools.

 

 


Smart Indenter

Have you ever received a code from a colleague who has left the company? The colleague has never used indentation and the code looks horrible. Smart Indent is here to do it for you, working for 32 bit Excel only. The source code of SmartIndenter is included in RubberDuck as well!

Free!


TDD Library – GitHub

You have tried Python or C# and you know what TDD is? You are interested to apply it in VBA? TDD is really your thing. Open source code from GitHub, working quite good!

Free!

 

 


VBA Boilerplate – GitHub

My idea is that when I start a project in VBA, I should not reinvent the wheel every time. Thus, I have created a boilerplate with the most used functions + the TDD Library inside. Saving some minutes of coding.

The initial documentation is here – vitoshacademy.com/boilerplate

Free!

The idea of Unviewable+ is to protect your code in the VB Editor in a way, that nobody (including you) is able to access it. And it works pretty well.

Article for Unviewable.

 

 


vbWatchdog

vbWatchdog is an advanced error-trapping tool, with some other features.

Article for vbWatchdog

 

 

 


Code VBA

CodeVBA is providing knowledge and productivity add-ins with IntelliSense, menu builders, HTML writer, code fragment library for Excel, Word, Access, PowerPoint and Outlook.

CodeVba

 


Rubberduck

Rubberduck is an open-source COM add-in project that integrates with the Visual Basic Editor which adds various features to the VBA IDE – unit testing, code inspections, refactorings. Includes the SmartIndenter within.

RubberDuckVBA

Free!

 


AutoMacro AddIn

 

AutoMacro is an add-in for VBA that installs directly into the Visual Basic Editor. It comes loaded with code generators, an extensive code library, the ability to create your own code library, and many other time-saving tools and utilities.

Article for AutoMacro


Tagged with: ,