
If Right(xSPath, 1) "\" Then xSPath = xSPath + "\"Īpplication.StatusBar = "Converting: " & xCSVFile Set xFd = Application.FileDialog(msoFileDialogFolderPicker)

Then paste below macro code to the Module script, and press F5 key to run the code. Note: Make sure all CSV files you want to convert are closed.Ģ. Enable a new workbook, press Alt + F11 keys to open Microsoft Visual Basic for Applications window, and click Insert > Module. To convert multiple CSV files from one folder to XLS(X) files, you can do as below steps:ġ. Here I introduce a macro code to quickly batch convert all CSV files to XLS(x) files from a folder.īatch convert CSV files to XlS(X) files with macro code However, to convert multiple CSV files to XLS or XLSX files from a folder is time-consuming by saving one by one manually. To convert a CSV file to XlS or XLSX file is very easy for you by applying the Save As feature. How to batch convert multiple CSV files to XLS(X) files in Excel?
