RE: VBA control of Internet Explorer download window
by =?Utf-8?B?TWFydGluUg==?= <MartinR@[EMAIL PROTECTED]
>
Aug 7, 2008 at 04:05 PM
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?
"MartinR" wrote:
> 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?
>
>