I want to automate IE9 via VBA to save a downloaded csv-file to my local HDD without interaction. As the file is generated as a result of a database query on the server, there is no fix URL. I am not allowed to alter IE safety settings, so I strand on the IE9 InfoSecurityBar.
While looking for a solution, I found how to realize similar tasks
in earlier IE versions (controlling the "File Download" window)
if the URL is known (via the "URLDownloadToFile" API or SID's FDL.exe)
I also tried uuSpy but was not able to find out how to control this safetyBar. Did anyone succeed with a similar problem?