by Paul Kelly | | Dealing with Errors, Vault Video
Webinar Number: W0044 This webinar provides a guide to using the Debugging tools in VBA. Most people know the debugging tools as a way to fix errors. But the biggest advantage of debugging is that you can see exactly what your code is doing. This webinar contains:...
by Paul Kelly | | Dealing with Errors, Vault Video
Webinar Number: W0042 Over 90% of people who write VBA code do not use error handling. This is unfortunate as Error Handling is not really that complicated and it has some very powerful advantages. For example, it can save you considerable time looking for and fixing...
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...
by Paul Kelly | | Dealing with Errors, Vault Video
Webinar Number: W0035 If you’ve been using Excel VBA for any length of time then I’m sure that you have seen errors like: Subscript out of Range Type Mismatch Division by zero Out of stack space Object variable or With block variable not set etc. ...
by Paul Kelly | | Dealing with Errors, Vault Video
Webinar Number: W0032 This webinar provides a guide to using the Debugging tools in VBA. Most people know the debugging tools as a way to fix errors. But the biggest advantage of Debugging is that you can see exactly what your code is doing. You can: Step through the...
by Paul Kelly | | Dealing with Errors, Vault Video
Webinar Number: W0031 Description Over 90% of people who write VBA code do not use error handling. These people are missing out on a crucial skill. Why? Using error handling can save you countless hours of work and frustration Error handling is how we bulletproof our...