View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
[email protected] chandrabd.shah@gmail.com is offline
external usenet poster
 
Posts: 2
Default Login to intranet and download excel file using vba

Thanks for your suggestion.

I tried "URLDownloadToFile", but it doesn't give me the desired result. It downloads the login page and stores it to the sheet.

Is there any other way ?

If I use *myHTMLElement.Click* instead of *Workbook.Open* then I get the download popup window from Internet explorer and clicking on save gives me the list I need but I need code to to all the work.

Any help would be great.