View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Martin Los[_3_] Martin Los[_3_] is offline
external usenet poster
 
Posts: 22
Default VBA: Download file from URL with password

I want to automatize the daily download of an Excel file from a server. I am
asked for a username and password when accessing the url.

I have not seen any conclusive solutions on the newsgroup nor on the
internet (for VB I did find a solution:
officeone.mvps.org/vba/ftp_download_file.html and
officeone.mvps.org/vba/http_download_file.html)

Any ideas how to do this?

TIA Martin