Hi everyone..
I am using IE11 and Excel 2010. I am writing a code to download csv files from a website and to work with the downloaded data.
Till now I have coded the part to select options on the webpage form and click on the download report button. But after this I get a download ribbon (yellow information bar) with open, save, cancel option.
- Is it possible through VBA to save this file to a particular folder by accessing the download ribbon?
- If not can I autodownload(without having to click on save) to the default folder when a download comes?
Notes :-
- I cannot use handles as there is no popup save download window.
- I cannot use URLtodownload API as there is no particular link and the report is generated by the website on post through js.