ANSWER:
A:
EXIT SUB allows you code to exit a subprocedure if no error has occurred. This keeps lines that follow the EXIT SUB from processing lines of code that follow, like your error-handling routine.
Answers in Depth...