Processing XML files

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

Guest

We are in the process of extracting XML files generated
by SQL2K. Does anyone have any VBA examples of
extracting XML and populated them in a worksheet without
using DOM?

Thanks,
Tom
 
Hi Tom
We are in the process of extracting XML files generated
by SQL2K. Does anyone have any VBA examples of
extracting XML and populated them in a worksheet without
using DOM?

If you have Excel 2003, you can map nodes in the XML directly to cells
or Lists in the worksheet, then import the XML text to the sheet using
ImportXML.

Regards

Stephen Bullen
Microsoft MVP - Excel
www.oaltd.co.uk
 

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

Back
Top