Hello There,
I have a XML output received from another application stoerd in a string variable. I would like to show this data in the same workbook and in an exiting table.
I am looking for the VBA code to successfully bring about the above requirement.
I have attached a sample workbook (Sample Workbook for XML.xlsm), for your reference:
-XML sample data (Note: in reality the structure of the XML data is not fixed. It can change both in columns and rows)
-Table
Look ing forward to hearing from you.
Thank you & regards,
Don
I have a XML output received from another application stoerd in a string variable. I would like to show this data in the same workbook and in an exiting table.
I am looking for the VBA code to successfully bring about the above requirement.
I have attached a sample workbook (Sample Workbook for XML.xlsm), for your reference:
-XML sample data (Note: in reality the structure of the XML data is not fixed. It can change both in columns and rows)
-Table
Look ing forward to hearing from you.
Thank you & regards,
Don
Code:
<ROWSET>
<ROW>
<INVOICE_NUMBER>10145033156</INVOICE_NUMBER>
<INVOICE_ID>30</INVOICE_ID>
</ROW>
<ROW>
<INVOICE_NUMBER>10145033158</INVOICE_NUMBER>
<INVOICE_ID>31</INVOICE_ID>
</ROW>
</ROWSET>