VBA control of Internet Explorer download window

  • Thread starter Thread starter MartinR
  • Start date Start date
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?
 
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?
 
Oh, might be time to move to the internet explorer or java news groups.
Sorry, as I have no idea.
 
Back
Top