I'm looking to delete all files in a folder (using VBA), except 3 specific ones. All files in this folder are .csv files, and all of the file names are different. Let's call the 3 files I do NOT want to delete "Jim.csv", "Chuck.csv", and "Matt.csv". Is there a way to delete all files EXCEPT the ones you specify?