I am automating a webpage using IE object. I am able to fill in the forms and click a link which downloads an excel file.I need to handle the information bar(Yellow popup) "Do you want to open or save the file" on File download in IE 9 using excel VBA . I need to click save as option. In IE8 i was able to handle the file download dialog box using windows handles. Could anyone please help in achieving the same in IE 9 ?
I also tried for windows handles which does not help me as the open save buttons are not detected as child windows.
Thanks in Advance.