I would like to be able to download a file on a website.
Here what I'm trying to use:
Set objExplorer = WScript.CreateObject _
("InternetExplorer.Application", "IE_")
objExplorer.Navigate "
But that only displays the page on the IE window. I would like to download the file instead.
Thanks
Here what I'm trying to use:
Set objExplorer = WScript.CreateObject _
("InternetExplorer.Application", "IE_")
objExplorer.Navigate "
But that only displays the page on the IE window. I would like to download the file instead.
Thanks