Need to download a lot of report from this password-protected web and would like to use excel VBA to download them automatically.
under internet explorer, I log in with my username and password opened the webpage manually, and tried to use Excel VBA to enter parameters to download the report, but had no success (no text entered) and kept receiving the message: SEC7131: Security of a sandboxed iframe is potentially compromised by allowing script and same-origin access.
I applied the same code on Google and was able to enter text in the Google search bar.
Some people said to disable same-origin policy by enabling access to data sources from the domain. (How to disable same origin policy Internet Explorer) I did, not working neither.
Could anyone give me some guide?