I have a macro to import a downloaded csv file to process a sale. It works well when there is only one csv file in the downloads folder; if there is more than one it imports randomly - this is unworkable. I would like to be able to import and process a downloaded csv file and then clear the downloads folder ready for the next download, so there is never more than one csv file in the downloads folder. Is there a way that a macro in an excel workbook could access the folder named downloads, delete all csv files in it, then return to the excel workbook ?