How to copy sheet and rename based on cell value in Excel?
Normally, you can apply the Move or Copy feature to copy a worksheet, and then type a new name for the copy manually as you need. But, have you ever tried to rename the sheet based on a cell value after copying the worksheet? This article, I will talk about how to rename the worksheet based on cell value automatically when you make a copy.
Copy a worksheet and rename based on cell value with VBA code
Copy a worksheet multiple times and rename based on cell values with Kutools for Excel
Copy a worksheet and rename based on cell value with VBA code
The following VBA code can help you to copy a worksheet and rename it with a specific cell value automatically, please do as this:
1. Activate the worksheet that you want to copy, and then hold down the ALT + F11 keys to open the Microsoft Visual Basic for Applications window.
2. Click Insert > Module, and paste the following code in the Module Window.
VBA code: Copy a worksheet and rename with a cell value:
Sub Copyrenameworksheet()
'Updateby Extendoffice
Dim ws As Worksheet
Set wh = Worksheets(ActiveSheet.Name)
ActiveSheet.Copy After:=Worksheets(Sheets.Count)
If wh.Range("A1").Value <> "" Then
ActiveSheet.Name = wh.Range("A1").Value
End If
wh.Activate
End Sub
3. And then press F5 key to run this code, and your current worksheet has been copied into current workbook after all the worksheets, and it is renamed with the cell value you specified, see screenshot:

Note: In the above code, the cell reference A1 is the cell value you want to rename for the new copied sheet, you can change it to your need.
Copy a worksheet multiple times and rename based on cell values with Kutools for Excel
The above code can only rename with one cell value, if you need to copy the sheet multiple times and rename them based on a list of cell values, Kutools for Excel’s Create Sequence Worksheet may help you to finish this task as quickly as you can.
Kutools for Excel : with more than 300 handy Excel add-ins, free to try with no limitation in 30 days. |
|
After installing Kutools for Excel, please do as follows:
1. Click Kutools Plus > Worksheet > Create Sequence Worksheets, see screenshot:

2. In the Create Sequence Worksheet dialog box, do the following operations:
(1.) Select the worksheet name that you want to copy from the Base Worksheet drop down list;
(2.) Select Data in a range option under the Sheet names based on section, and click
button to select the cell values that you want to rename the copied worksheets based on.
Download Kutools for Excel Now !
3. Then click Ok button, and the specific worksheet have been copied multiple times and renamed with the cell values you selected in a new workbook, see screenshot:

Download and free trial Kutools for Excel Now !
Demo: Copy a worksheet multiple times and rename based on cell values with Kutools for Excel
The Best Office Productivity Tools
Kutools for Excel Solves Most of Your Problems, and Increases Your Productivity by
80%
- Reuse: Quickly insert complex formulas, charts and anything that you have used before; Encrypt Cells with password; Create Mailing List and send emails...
- Super Formula Bar (easily edit multiple lines of text and formula); Reading Layout (easily read and edit large numbers of cells); Paste to Filtered Range...
- Merge Cells/Rows/Columns without losing Data; Split Cells Content; Combine Duplicate Rows/Columns... Prevent Duplicate Cells; Compare Ranges...
- Select Duplicate or Unique Rows; Select Blank Rows (all cells are empty); Super Find and Fuzzy Find in Many Workbooks; Random Select...
- Exact Copy Multiple Cells without changing formula reference; Auto Create References to Multiple Sheets; Insert Bullets, Check Boxes and more...
- Extract Text, Add Text, Remove by Position, Remove Space; Create and Print Paging Subtotals; Convert Between Cells Content and Comments...
- Super Filter (save and apply filter schemes to other sheets); Advanced Sort by month/week/day, frequency and more; Special Filter by bold, italic...
- Combine Workbooks and WorkSheets; Merge Tables based on key columns; Split Data into Multiple Sheets; Batch Convert xls, xlsx and PDF...
- More than
300 powerful features. Supports Office/Excel
2007-2019 and 365. Supports all languages. Easy deploying in your enterprise or organization. Full features
30-day free trial. 60-day money back guarantee.
Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier
- Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
- Open and create multiple documents in new tabs of the same window, rather than in new windows.
- Increases your productivity by
50%, and reduces hundreds of mouse clicks for you every day!