I need help Automating passed the Frame Notification Bar or Open, Save, Save as, Save and open, Cancel Dialog Box that shows up when you Click a Button to download a file using VBA and IE11.
After going through the initial Login page, I navigate to the Download page.
The download page has 4 Buttons. Once I Click any of the Buttons, I am presented with the Frame Notification Bar or Open, Save, Save as, Save and open, Cancel Dialog Box.
At that point the code stops. I’ve tried a few things, but I’m stumbling here with no clear way forward.
I have looked at just about every post out there to try to figure out how to accomplish this. There appears to be many different ways to do it.
I’m looking for a SIMPLE solution, the KISS (Keep It Simple Stupid) method, because what I’ve seen seems complicated to me since I don’t know much about HTML, WinHTTP, WinINet or UI Automation etc.
Regardless of how much I have read, I’m still confused on what and how I can do this.
I would like to be able to direct the download to a specific folder.
The Dialog box displays this:
Do you want to open or save HardwoodPrices.xls (329 KB) from Mohawknnet.com?
Thank you in advance for your help and advice.
After going through the initial Login page, I navigate to the Download page.
The download page has 4 Buttons. Once I Click any of the Buttons, I am presented with the Frame Notification Bar or Open, Save, Save as, Save and open, Cancel Dialog Box.
At that point the code stops. I’ve tried a few things, but I’m stumbling here with no clear way forward.
I have looked at just about every post out there to try to figure out how to accomplish this. There appears to be many different ways to do it.
I’m looking for a SIMPLE solution, the KISS (Keep It Simple Stupid) method, because what I’ve seen seems complicated to me since I don’t know much about HTML, WinHTTP, WinINet or UI Automation etc.
Regardless of how much I have read, I’m still confused on what and how I can do this.
I would like to be able to direct the download to a specific folder.
The Dialog box displays this:
Do you want to open or save HardwoodPrices.xls (329 KB) from Mohawknnet.com?
Thank you in advance for your help and advice.