VBA: Refresh XML Source
So you’ve just added an XML source to your workbook and named it “MyMap”. The following is an example of how to refresh that XML source from code:
ActiveWorkbook.XmlMaps("MyMap").DataBinding.Refresh
Update 11-13-04: Excel VBA: Refresh XML Source – Updated
Leave a comment
| Trackback

