I am experiencing some troubleshooting with the XL macro I developped to geocode list of locations placed in my spreadsheet. That macro was running perfectly a month ago and is not working anymore.
I tried the following example, once directly by typing the URL in Internet Explorer and secondly using XL macro :
sendstring = "http://ws.geonames.org/postalCodeSearch?postalcode=9011&maxRows=10"
ActiveWorkbook.XmlMaps("Geo_Zip").Import URL:=sendstring
The URL works fine with IE but not with XL (And belive me I have the proper XMLMAP in the XL file)
There is certainly no limitation for XL users. I am not sure when the totalResultsCount element was introduced, it is possible that this broke your code.