this worked,
how do I add .csv file formats?
thanks
It does not check for filename length, nor does it check for any duplicate filenames (possible if you have different Excel versions with the same name: ex., "File1.xls", "File1.xlsx", "File1.xlsm"). However, it should work given your described environment.
Also, it only copies the first sheet of any workbook. The assumption is that each of the workbooks are single-sheet workbooks and that the resulting sheet tab names will be renamed to the workbook filename.
I've attached a macro-enabled file for your use.
Regards,
-Glenn