Require help here, am trying to use VBA to interact with a Download dialog box.
unfortunately wasn't able to post the image as i don't have the require reputation to do so.
but it is just a simple dialog box with only 3 option.
1) open 2) save as 3) save
What i am trying to do is, instead of window/excel prompting the dialog box, Excel VBA will directly open it. Anyone knows how? tried (SendKeys "{TAB}", True/SendKeys "{ENTER}", True) but nothing happened.