This can be a very valuable if there is an answer to it:
You have a messagebox within a loop, and you can't break into the code because the Messagbox keeps popping up. Once the Messagebox is up, you can't really go back to the vba developement window to stop the program, because it is a modal window that takes over then entire vba.
Any good way to break into this? I don't want to go through a loop of 10000 items. I've seen enough, so I am ready to break into the code--to stop the code from running further.
How do I do this gracefully, without losing possibly any edits I may have made?
Maybe this can't be done, but worth knowing if it is possible.