I have an Excel Workbook with the following VBA code that retrieves a file from a FTP server using a wildcard search which work fine. The issue is that there are multiple versions of the file created during the day and the code retrieves the fist file it finds on the FTP server. I need to be able to retrieve the wildcard file with the latest creation date.

Please Login or Register  to view this content.