This method clears all property settings of the Err object.
Err.Clear
None.
None.
Use Clear after handling an error, such as when you use deferred error handling with On Error Resume Next. The system calls the Clear method automatically whenever either of the following statements is executed: