ANSWER:
A:
The only method that will reset an error number to zero (0) is Clear. It is used with the Err object, as in the following code: Err.Clear.
Answers in Depth...