I am running VBA macros from C# which can yield errors. These errors are characterized by a pop-up prompting for debugging, interrupting the application and requiring user input. I need these macros and they cannot be disabled.
How I can ignore these errors or close dialogs automatically?
Ör in the most simplest easiest way. Include on error resume next
in your macros,so that the macro wont stop at errors.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With