XMLNode.LastChild (Word)
Returns an XMLNode object that represents the last child node of an XML element.
Dim objNode As XMLNode
Set objNode = ActiveDocument.XMLNodes(2).LastChild
Returns an XMLNode object that represents the last child node of an XML element.
Dim objNode As XMLNode
Set objNode = ActiveDocument.XMLNodes(2).LastChild