excel vba - System does not support specified encoding -


i receiving error: "system not support specified encoding" when run procedure (i deleted api key string personal, if want test string can api key developer.zoopla.com)

i not sure why happens. code works fine website.

sub test() dim map xmlmap set map = activeworkbook.xmlmaps(2) map.databinding.loadsettings "http://api.zoopla.co.uk/api/v1/property_listings.xml?minimum_beds=1&maximum_beds=1&area=sands+end&api_key=xxxxxxx" map.databinding.refresh end sub 


Comments

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -

Kivy: Swiping (Carousel & ScreenManager) -