View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Peter[_58_] Peter[_58_] is offline
external usenet poster
 
Posts: 8
Default How do I load a file from URL

Very simple question ...

what methods are there to load a file from a URL and then store it in a
filesystem file?

I'm doing this from VBA excel, but dont actually want (need) the
information inside of excel - but that is where I need to initiate the
transfer.

A quick pointer to an approrpiate library/class would be appreciated.