View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Robert Crandal[_2_] Robert Crandal[_2_] is offline
external usenet poster
 
Posts: 158
Default Copy files from website?

I use Excel 2007 with VBA at work. We also have a company
website that, I believe, is an Intranet only website.

Is it possible to use VBA to extract images from our company
website and copy them to a local folder?

For example, if I type "http://blue/our_site/img/444.001.jpg" in my
Internet Explorer browser at work, an image will load on my
browser. Are there VBA functions that take a URL as above
and copy the file to a target location??

Thanks!