


SelectDirectory & Application.PathSeparator & Cells(curRow, "D").Value Name selectDirectory & Application.PathSeparator & dFileList As _ With Application.FileDialog(msoFileDialogFolderPicker)ĭFileList = Dir(selectDirectory & Application.PathSeparator & "*")ĬurRow = Application.Match(dFileList, Range("B:B"), 0) Enter the following VBA code into the code window:.To create a new module, select “Insert” > “Module.”.Open your workbook, then select “Visual Basic” under the “Developer” tab or press “Alt” + “F11.” The “Visual Basic Editor” window will open.In a new worksheet, in one column, enter all the current file names for the files to rename, then in another column, enter the new file names.To batch rename files using Visual Basic’s macro in Excel: How to Rename Multiple Files Using Macro?
