Font-size: A A A
The Item property is used to return a specific member of the Errors Collection.
The Index parameter is the position (ordinal) number.
MyError = objConnection.Errors.Item(5) 'Or: MyError = objConnection.Errors(5)