June 2010
Beginner to intermediate
656 pages
15h 29m
English
IN THIS CHAPTER
What Happens When an Error Occurs?
Basic Error Handling with the On Error Goto Syntax
Errors are bound to happen. Even when you test and retest your code, after a report is put into daily production and used for hundreds of days, something unexpected will eventually happen. Your goal should be to try to head off obscure errors as you code. For this reason, you should always be thinking of what unexpected things could happen someday that could make your code not work.
When VBA encounters ...
Read now
Unlock full access