I have a list of URLs to .gif files in an Excel sheet. I want to use VBA to query these websites and insert these images into the same worksheet. I am using Excel 2007.
I tried using the 'Get External Data - From Web' feature to query the website, but it returned the following error:
"Unable to open http://.../blah.GIF. The Internet site cannot return the object you request. (HTTP/1.0 403)"
Is this because Excel cannot import online images with this feature? Or is this problem specifically related to the website?
And most importantly, is there some other way to do this entirely in VBA?