I have some VBA code which is falling over on a line with Workbook.XMLMaps. What exactly is this? There are no direct references to opening a “.xml” file within the VBA.
Is there some sort of repository of xml files within the sheet? If so, how can I find out what this is?
I would recommend a combination of pressing F1 (for the VBA help file) and searching Google, preferrably in that order:
And then about the
XMLMapobject:And finally a few examples from the internet can be found in the following post:
http://blogs.msdn.com/b/johnrdurant/archive/2010/01/29/excel-2010-xml-maps.aspx