I am trying to download a PDF file from a website but the link that I am trying to download the PDF from gves me the download box right away.
the URL of the PDF file used to be where you can view it as a pdf file on the web but now when you go to the url, you get the download box right away. Anyways the url is "http://evoid.evomarkets.com/printpdf/market/11/product/20/" in which the URL used to be "http://evoid.evomarkets.com/printpdf/market/11/product/20/Quote1.pdf"
The command i have that no longer works is below(I keep getting a fasle)
Debug.Print DownloadFile("http://evoid.evomarkets.com/printpdf/market/11/product/20/" , "C:\BrokerQuotes\test1.pdf")
Does anyone know how to automatically save the PDF file if the URL sends me straight to the download file box?
Bookmarks