Fetch Data from HTML Website using VBA - FREEMAPTOOLS.COM
问题 I am trying to input a post code into this website and pull the results into Excel using VBA http://www.freemaptools.com/find-uk-postcodes-inside-radius.htm In short you input a post code and set a radius either in miles or KM and it gives you all the post codes within that area. As you can imagine this tool would be very useful! This is what I have so far: Set ie = CreateObject("InternetExplorer.Application") ie.Visible = 0 url = "http://www.freemaptools.com/find-uk-postcodes-inside-radius