

The Best Office Productivity Tools Kutools for Excel Solves Most of Your Problems, and Increases Your Productivity by 80% In the above code, the reference A:A indicates the old filenames list you want to rename, and reference B contains the new filenames that you want to use, you can change them as your needĭemo: Rename multiple files of a folder in Excel When you list your old and new filenames, the file extension must be included.Ģ. And then click OK, all the old filenames have been replaced by the new filenames immediately. After pasting the code, please press F5 key to run this code, and in the Browse window, select the folder which you want to change the filenames in, see screenshot:Ĥ. XDir & Application.PathSeparator & Cells(xRow, "B").Valueģ. Name xDir & Application.PathSeparator & xFile As _ XRow = Application.Match(xFile, Range("A:A"), 0) XFile = Dir(xDir & Application.PathSeparator & "*") With Application.FileDialog(msoFileDialogFolderPicker)

VBA code: Rename multiple files in a folder Sub RenameFiles() Click Insert > Module, and paste the following macro in the Module window. Hold down the ALT + F11 keys, and it opens the Microsoft Visual Basic for Applications Window.Ģ. Then click OK button, all the filenames have been list in a column of a new worksheet, as well as some file attributes, and now, you can delete other unwanted columns and only leave the File Name column, see screenshot:Ĭlick to know more about this Filename List feature…Īfter listing all original filenames in one column A, and you should type new filenames in column B as following screenshot shown:Īnd here I will talk about a VBA code which may help you to replace the old filenames with the new filenames at once. In the Filename List dialog box, click button to choose the file folder that you want to list the files, and then click All files from the Files type, see screenshot:ģ. Click Kutools Plus > Import & Export > Filename List, see screenshot:Ģ. To quickly list all files in worksheet, you can use the Kutools for Excel’s Filename List utility.Īfter installing Kutools for Excel, please do as follows:( Free Download Kutools for Excel Now )ġ. If there are multiple files that you want to rename, first, you can list the old file names in a column of worksheet, and then enter the new filenames that you want to replace with.

Rename multiple files of a folder in Excel with VBA code List all file names from a specific folder in worksheet with kutools for Excel Are there any good functions for us to deal with this task? May be most of us are suffered with this problem that we need to rename multiple files in a folder, to rename the filenames one by one will make us crazy if there are hundreds or thousands files in that folder. How to rename multiple files of a folder in Excel?
