I've written VBA code to invoke a webpage, enter a user ID, pwd, hit Logon. When the next page comes up, it requires the user to click "Download" so that the file given will open up and I've gotten the VBA code to accomplish this.
What I haven't figured out is then how to control the IE File commands that open prompting me to either Open, Save the file or Cancel the operation.
I've tried SendKeys but that just creates keystrokes in my Excel VBA code. (*doh*). Are there certain HTML tags that these commands refer to universally or is there some other trick to get it to then pass the "Open" command and keep going?
What I haven't figured out is then how to control the IE File commands that open prompting me to either Open, Save the file or Cancel the operation.
I've tried SendKeys but that just creates keystrokes in my Excel VBA code. (*doh*). Are there certain HTML tags that these commands refer to universally or is there some other trick to get it to then pass the "Open" command and keep going?