Hello,

I have a code that downloads files by looping into a listed links. The sequence of downloading the files is very important(the codes download the file based on the arrangement of the list) and the there were instances that a file is not downloaded on time becuase of its size or the slowness of the connection. Hence, I have to rerun the code to start over again. To address this, I included Application.wait to 10 seconds before it download the next file. But there be an alternative code that would wait for the file to completw to be downloaded first before downloading the next file? Thanks