I found this article: How can you programmatically import XML data into an Excel file? which shows how to import an XML file into Excel.
My question is how do I import multiple XML files into multiple sheets in one workbook?
The "OpenXML()" method appears to relate to the Workbooks collection only, and creates a new Workbook...
Thanks