PDA

View Full Version : VBA process multiple files in same folder in sequential order?



b073
05-28-2014, 01:56 AM
Hi guys,

i want to process csv files in the same folder in order they are created one by one. Because the files are generated with a random name so i need to open the file, update my SQL table with data in the file and then delete this file from this folder and jump onto the next file. And same process will go on. please if someone can help, i will much appreciate it.

Best regards

Bilal