JenniferMurphy
Well-known Member
- Joined
- Jul 23, 2011
- Messages
- 2,676
- Office Version
- 365
- Platform
- Windows
If I write a general-purpose error handler that, among other things, executes a Stop statement under certain conditions, can I be assured that it will persist past the termination of the sub-function and allow me to continue stepping through the caller using F8?
I have tested it and it seems to work, but I'd like to hear from anyone who knows for sure that it does or if there are conditions where it does not. The caller and subroutine are in the same module.
Thanks
I have tested it and it seems to work, but I'd like to hear from anyone who knows for sure that it does or if there are conditions where it does not. The caller and subroutine are in the same module.
Thanks