When you add an On Error statement to a Visual Basic procedure, Microsoft Visual Basic automatically branches to an error-handling routine when an error occurs. You may want to ignore a procedure's error-handling code in some circumstances — for example, while you're debugging the procedure.
When you check this option, you'll automatically enter Break mode when an error occurs, regardless of error handling.