Terry has attended:
Excel VBA Intro Intermediate course
VBA
Is there a function similar to Exit Sub that comes out of the whole runtime rather than just the current sub?
RE: VBA
Hi Terry
The short answer is No
Although you can exit a Sub there is no direct way of exiting the whole Module.
Regards
Carlos