Click Save button in the pop up dialog box in IE using vba.

prabhu_venkat

New Member
Joined
Feb 8, 2013
Messages
1
Hi,

I have tried various codes by using send keys to click save (SendKeys "%s") or save as or open button in the dialog box but it's not working in IE. I am facing this issue when I am trying to pull some report in IE from the website and it shows up the dialog box below but send key nor any other codes seems to be working. I just want to save downloaded file in the desktop using vba.

I am using IE9.

Kindly advice.
 
Last edited:

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
You can't reliably do this. You're going to have to figure out another way of doing this, usually something like getting the target of the link and opening it directly in the application that opens it.
 
Upvote 0

Forum statistics

Threads
1,215,104
Messages
6,123,113
Members
449,096
Latest member
provoking

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top