Error handling enables us to convert system generated error messages to user defined messages.
"On Error Resume Next" should be used when you know if an error is expected and don't want to raise it. You may want to do different actions depending upon the error that occurred.
Use err.number and err.description to get more details about the error.
No comments:
Post a Comment