April 2006
Beginner
1114 pages
98h 16m
English
workbook.XmlMaps
Returns the collection of XML maps in a workbook. Use this collection to select an existing XML map to use for importing data or when refreshing XML data displayed in a list. The following code uses the XmlMaps collection to get the ExcelObjects map and then refreshes the data displayed through that map:
Dim xmap As XmlMap
Set xmap = ThisWorkbook.XmlMaps("ExcelObjects")
xmap.DataBinding.RefreshRead now
Unlock full access