Hey all,

I'm currently working on a macro that, as the title says, downloads files from an ftp server into several worksheets. I used this link: http://officeone.mvps.org/vba/ftp_download_file.html to try and get somewhat of a headstart. I got as far as importing local files, thanks to the help of you experts here, into separate worksheets. Right now this is what I have to show(minus a few details):
Please Login or Register  to view this content.
The problem lies within the DownloadFile function. It will fall straight through the function, meaning it will go as far as the 'Do While' loop and completely skip it. Returning true. Please let me know what I am missing or if I need to rewrite this in a different manner. Your help is greatly appreciated!!