PDA

View Full Version : URLDownloadToFile



av8tordude
03-06-2012, 10:48 AM
I'm using the code to download a file from the web. The code works as expected, but if the internet is very slow, it doesn't allow me to abort the download or allow me to do other things in the workbook. What can I do to abort the download or is there any other code I can use to download a file from the web that will allow me to continue using the workbook?

Done = URLDownloadToFile(0, "http://www.mylink.com/Files/SUE/MyFile.xls", frmVersion.txtFile, 0, 0)