You can put the code from the link in a new Module and then put something like this:
after your code:![]()
mySorting = SortWorksheetsByName(2, Sheets.Count, "")
The "2" will likely need to be changed as your needs require, but that will sort sheets starting from your second sheet all the way to the sheet furthest to the right.![]()
'7.Rename the sheet (preferably using "Surname, Initial.") Sheets(Sheets.Count).Name = strNewWB
Bookmarks