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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -