The Excel VBA Masterclass, what to expect part 3
Error handling
A professionally designed VBA project cannot do without proper error handling. In this part of the course we will discuss:
- Concepts of Error handling
- What is an error handler
- Methods to handle errors
- Ignore all errors
- The better option: Prevent errors
- Catch unexpected errors
- Error handling in routines called from other routines
- Using a generic error handler
- The Err object
Up next: Userforms
On our next page we discuss what our course will bring regarding Userforms.