VBA: Refresh XML Source

December 4th, 2004 | Categories: VBA | Tags:

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

No comments yet.