
Accessing XML document from a Word document
I am trying to access XML data from a word document.
Basically I'm using the XML data to populate a couple of
select boxes. Right now I'm using the
InternetExplorer.Application object to retrieve the data.
I do not set it to visible so it's never seen, other than
the splash screen. Does anyone know if there's a better
way for me to do this?
The only reason I'm doing it this way is so I can load and
parse the data with the same object and IE5.0 is
guaranteed to be on all my internal user's machines.
Thanks,
Shawn Malmarowski