how to consume webservice xml in Excel 2000?

L

ljb

I currently have Excel 2000 VBA that loads and parses static XML from a
file. How would I convert this to consume the same XML from a webservice? Is
there a replacement for xmldoc.Load(filepath) that will trigger the
webservice?

If xmldoc.Load(filepath) Then
If Not xmldoc.documentElement.selectSingleNode("//INFO") Is Nothing
Then
.......


thanks
LJB
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top