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, 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...
by Paul Kelly | | Dealing with Errors, Most Popular
“Abort, Retry, Fail?” – MS-DOS error message circa 1986 This post provides a complete guide to VBA Error Handing. If you are looking for a quick summary then check out the quick guide table in the first section. If you are looking for a particular topic on VBA...