by Paul Kelly | | Dealing with Errors
Introduction This post provides a complete guide to the VBA Assert statement(i.e. Debug.Assert). The VBA Assert statement is a very powerful statement that simply evaluates a condition to be true or false. But don’t let the simplicity fool you. When used...