Hello,
I want to import all the XML files into Excel for reports. I was doing this one XML file at a time but this is of course silly.
Anyway a Excel VB Macro code for importing multiple XML files to a Excel sheet tab (XMLDATA) and copying the imported data in sequence into the Excel columns. All XML Files format are same. Is there a simple code for this? Browse to select the folder and import all XML files.
Thanks in advance.