How do I set up a type of "on error" expression in the conditions.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to stop my macro from continuing to run if I get an error, but am
not able to write a condition in the condition field to make this happen. I
have tried using "on error" but it doesn't like that syntax. Can you help?
 
You can't, not with macros. That's one of the major limitations of macros.
You'll have to switch to using VBA to get that capability.
 
Back
Top