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

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -