First, thanks for taking the time to look at this...
As part of a larger project, I need to download new price lists everyday.
I have an IE download I am needing to automate.
The link pops up a “password” window, then a validate password.
Then I get presented with a typical IE save box
webdl1.jpg
I then click on the Save As.
I have my code (rather a bunch of snippets) that gets me through all of this.
When I click on Save As, I get another popup
WEbSaveAS2.jpg
Here is where I have not been able to proceed.
I want to change the filename to “c:\myfolder\web_ddmmyy.xls” and then click save. (I will test for filename before clicking this, so I will never have to worry about file already exists issues)
When I use WinSpy++, the field is is a “ComboBox (Unicode)” caption of web.xls of it can zoom in one step smaller and I get: “Edit (Unicode)” with a control ID of 000003E9 and a caption of “web.xls”
I have not been able to find it using the caption, or type. Not sure how to find by control ID.
I “think: I have been able to find the “Save As’ windows (uless I am finding another one…)
I do need to us IE as the rest of the project is coded for IE. (I sure hope moving to EDGE wont be too hard once IE is not logger supported at all!)
Bookmarks