Document.XMLNodes Property
Word Developer Reference |
Returns an XMLNodes collection that represents the collection of all XML elements within a document.
Syntax
expression.XMLNodes
expression Required. A variable that represents a Document object.
Example
The following example returns the first XML node in the active document.
Visual Basic for Applications |
---|
|
See Also