Hello, I've for a "for each" statement that I'd like to
jump out of, do something, then go back to where I left it. However, when I try this it says: "'GoTo ReEnteringForEach' is not valid because 'ReEnteringForEach' is inside a 'For' or 'For Each' statement that does not contain this statement." It sounds like it's saying "You're trying to go back into a for each statement that ...