Error handler in VBA Compiler

Hello !

  1. Tell me if there is an error handler in VBA Compiler ?
    What functions does it support ?

  2. How can I skip the error event and continue working without displaying error messages?

1 Like

The user guide contains what you want to know:

In your case, to avoid displaying an error, don’t enter anything after the Except keyword.

Try

The code we want to execute

Except
End

Thank you !
Why have I not seen this item in the description all this time?
I work so tightly with your product and have not seen it!
Mystic !

1 Like