J
jerry chapman
While debugging a macro, there are times I would like to exit the macro at a
certain point. Is there a command to do that?
certain point. Is there a command to do that?
NO NO NO. "End" is included in VB/VBA for backward compatability ONLY.
NEVER
use it. a) it is unnecessary, and b) in many circumstances it will
cause the
application the crash. Using End puts your documents at risk.