DBacker
DBacker

Reputation: 11

Is there an Excel VBA equivalent to XPathNavigator and XPathNodeIterator that are in C#?

I have written a set of VBA macros that search for landmarks in Microsoft Word documents and puts the results into an Excel workbook. I do other manipulations in Excel. The source documents are now available in XML. I'd rather not start completely from scratch in C# just yet.

I'm having trouble finding the equivalent of XPathNavigator and XPathNodeIterator in VBA. I'm loading the input *.xml file as an "MSXML2.DCOMDocument" and it seems to load OK.

any help would be appreciated.

Upvotes: 1

Views: 110

Answers (0)

Related Questions