View Single Post
  #3   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 cant install "wget" or "curl" at work. I thought maybe VBA
had some functions for downloading files from a website.

"Auric__" wrote in message
44.100...
Robert Crandal wrote:

Does it *need* to be VBA? While VBA certainly can do it, it's much simpler
to
use a download manager like wget or curl from the command line:
cd "local folder"
wget http://blue/our_site/img/444.001.jpg