I have an error handling question.
I have learned that the err.number property contains the error number, and err.description contains the description. For example, I know that if err.number=70 then err.description="Permission Denied". However, I CANNOT find a list of every error number and its description. Does anyone have that list?
PS: I know that one could add to the default list. My concern is with the standard vba values, not custom values.
I have learned that the err.number property contains the error number, and err.description contains the description. For example, I know that if err.number=70 then err.description="Permission Denied". However, I CANNOT find a list of every error number and its description. Does anyone have that list?
PS: I know that one could add to the default list. My concern is with the standard vba values, not custom values.