Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML in VBA

Status
Not open for further replies.

ppsza

Programmer
Joined
Apr 30, 2004
Messages
2
Location
US
I am trying to access xml elements in a word 2003 document (ActiveDocument) in VBA. I have discovered the XMLNodes collection of the ActiveDocument, but was disappointed to discover that elements of the collection can be referrenced by ordinal index number only! I am wondering if anyone might know of a way to directly access an element by its name, instead.

Thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top