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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top