VBA XML XPath

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I'm a C#/C++ programmer and new to Visual Basic for Applications. I'm about to make some document automation where XML data are to be converted into e.g. tables in a Word document. I've tried to use xmlDoc in a visual basic program after installing the Visual Basic for application SDK, but xmlDoc command is not understood by the compiler. Which edition of Word (office Home/office/Enterprise) is needed to do use xml and xpath in your VBA application. Which SDK are needed (I have a MSDN subscription). Do you know of any good tutorials to get started in this environment

Best regard
Jesper
 
* "=?Utf-8?B?SmVzcGVyLCBOS1QgRGVubWFyaw==?= said:
I'm a C#/C++ programmer and new to Visual Basic for Applications. I'm
about to make some document automation where XML data are to be
converted into e.g. tables in a Word document. I've tried to use xmlDoc
in a visual basic program after installing the Visual Basic for
application SDK, but xmlDoc command is not understood by the
compiler. Which edition of Word (office Home/office/Enterprise) is
needed to do use xml and xpath in your VBA application. Which SDK are
needed (I have a MSDN subscription). Do you know of any good tutorials
to get started in this environment.

I suggest to ask this question in a more appropriate place:

<URL:
 
Back
Top