Quote:
Originally Posted by jschuchert
but really didn't understand what it was telling me about the scope equal or wider than the calling goto.
|
Simply put it means that you can jump out of or within an If/End If block or For/Next loop but can't jump into one. Studiously refraining from commenting about the use of Goto at all you might consider making the problematic block of code a separate Sub to avoid the scoping problem.