Macro Errors
How To Stop a Macro from Running in Excel
You can interrupt a macro in Excel at any time by pressing Esc or Ctrl + Break.
How To Use Excel VBA Error Handling
If you are not familiar with Error Handling yet, we highly recommend you to read this example first.
How To Use VBA Handling Error In Excel
Below we will look at two programs in Excel VBA. One program simply ignores errors.
How To Use Macro Comments In Excel's Vba
A macro comment is a piece of text in a macro which will not be executed by Excel VBA.