I don't want to lose several static variables, so I would use "Stop" if I wanted to halt everything (per VBA help).
However, I actually need to keep the userform running. Any other ideas? Is there any way to specifically target a sub to say, if this resumes then exit the sub? A user-defined event or something?
Edit: I realize I could just use a random variable, set it to 1 before the second procedure exits, then have an if-block that triggers if the variable is not empty to exit the other sub. But I asked this question to see if there was a cleaner way.