VBA control of Internet Explorer download window

M

MartinR

I am using VBA to access a website to input data and extract information.

One of the operations is to download a file, which invokes the Internet
Explorer window to:

1) Verify the download
2) Define the directory and filename

How do I control these Internet Explorer windows programmatically from
within VBA?
 
M

MartinR

Thanks for assist, but I am using the IEAPP structure to interface to a web
form via Internet Explorer, where the form uses a Java app to provide 'click
thru' access to download a file. Hence access to the file is via:

IEAPP.navigate( "Access string for JAVA app" )

Internet Explorer then presents the 'File Download' and 'Save As' pop-ups to
define location to save etc.

How do I control those 'pop-ups' from within VBA to save file where needed?
 
P

Pete D.

Oh, might be time to move to the internet explorer or java news groups.
Sorry, as I have no idea.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top