i-nth logo
Proper VBA error handling
24 October 2015

Writing VBA code is hard, but properly debugging code is even harder. Sounds like non-sense? Well I dare say developers spend more time debugging code than writing it. Looking for errors is what developers do most of the time! A critical part of debugging is proper error handling (VBA error handling in our case).

So, let's learn how to properly handle errors in VBA.

Full article: Proper VBA error handling