About

A common denominator that I see while navigating through tutorials, forums, courses and all kind of VBA resources online, it's that no one pays attention to the code standards. No one really teaches how to elevate your code to the next level using the most optimal functionalities that the language provides. Everyone focuses on getting the things done but not trying to make things scalable, readable and easy for legacy code.

I am trying to address things that aren’t out there. Things that I encounter every day while developing. Things that can help you improve the speed of your code. Things that will make your code shorter and more legible. Things that could make you a professional VBA developer and not just a Macro guy.  

Comments

Popular posts from this blog

VBA - Using JSON in VBA

VBA - Copy Sheet from One Workbook to Another

VBA - Change IF Statements for Reference Table