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:

PartDescription
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.