Kill All VBA
Posted by Lost in the code :( on May 28, 2001 8:57 PM
hope someone knows how to do this :
Finally figured out how to use "Call" and "on error goto ...".
So I now have tons of Call. Each sub has a "on error goto..."
Everything works fine except when I hit an error
the vba does what I want (exit sub). But only exits that
sub - VBA still continues with rest of the subs (). Anyway
to totally kill any VBA processing.
As always - thxs for any input.
LOST