Hi, I want to refresh my xml data but there is an error at .XmlMaps("rss_Map").DataBinding.Refresh. the error is Object does not support this property or method. why is this so?
Code:
With Sheets("Sheet1")
.XmlMaps("rss_Map").DataBinding.Refresh
End With