XMLNode.ChildNodes (Word)
Returns an XMLNodes collection that represents the child elements of a specified element.
ActiveDocument.XMLNodes(1).RemoveChild _
ActiveDocument.XMLNodes(1).ChildNodes(1)
Returns an XMLNodes collection that represents the child elements of a specified element.
ActiveDocument.XMLNodes(1).RemoveChild _
ActiveDocument.XMLNodes(1).ChildNodes(1)