Quote Originally Posted by maniacb View Post
You can also use the

Exit sub
line to end the sub from any line.
Correct, however, I would consider this bad programming practice and to be avoided wherever possible.
A single exit point means code is easier to follow and less likely to cause headache further down the line.

BSB