So I was just looking for basic examples of reading xml structure data with visual basic subs/scripts.
specifically, if possible, how can i take structure data of xml, read the data with some vba, and lay it into excel spreadsheets?
or just a learning resource for this type of thing. thanks very much!
These three topics will help you get started.
1) Load the XML using MSXML hint – XMLDOC.Load (“D:\folder\yourXML.xml”)
2) Read the data with XPath or XML navigator
3) Build Excel Spreadsheet Using Microsoft Excel Object Model