Err property
Returns the Error details if an error was returned when parsing an XML document.
Syntax
object.Err
The err property syntax has these parts:
Part
Description
object
An
object expression
that evaluates to an
XMLparser
.
Remarks
This returns an
Error
object, if an error was detected in
openXML
else it will return Nothing.