April 2006
Beginner
1114 pages
98h 16m
English
xmlmap.Delete
Deletes an XML map from a workbook. If a list or range uses the XML map, deleting the map removes the link to the data source, but does not remove the data displayed in the list or range. The following code deletes the XML map named Numbers_Map:
ThisWorkbook.XmlMaps("Numbers_Map").DeleteRead now
Unlock full access