KutoolsforOffice — One Suite. Five Tools. Get More Done.

Create Multiple Worksheets with Customized Names in Excel

AuthorTech SupportLast modified

When managing projects, departments, monthly reports, or regional data, you may need to create multiple worksheets with specific names such as Sales, Finance, HR, Marketing, or January through December. In most cases, users simply insert new worksheets and rename them one by one. While this approach works for a small number of sheets, it can quickly become repetitive and inefficient when dozens of worksheets need to be created.

Is there a faster way to generate multiple worksheets with customized names? The answer is yes. In this tutorial, you'll learn three different methods—from manual creation and VBA automation to a one-click solution with Kutools for Excel—to quickly create multiple worksheets with the names you need.


Manually Create and Rename Worksheets

If you only need to create a few worksheets, Excel's built-in functionality allows you to add worksheets and rename them manually. This method requires no additional tools or coding, but it can become inefficient when many worksheets are needed.

Step 1: Insert Multiple Worksheets

  1. Open your workbook.
  2. Click the New Sheet (+) button next to the worksheet tabs to insert a new worksheet.
    Tip: Alternatively, press Shift + F11 to insert a new worksheet quickly.
    create a new worksheet by clicking the new sheet button
  3. Repeat the operation until you have created the required number of worksheets.

Step 2: Rename Each Worksheet

  1. Double-click a worksheet tab.
  2. Enter the desired worksheet name.
  3. Press Enter.
    a screenshot showing how to modify the sheet name
  4. Repeat for every worksheet.

Drawbacks of This Method

  • Requires repetitive manual work.
  • Time-consuming when creating many worksheets.
  • Not suitable for frequently used worksheet name groups.

Create Multiple Worksheets with Custom Names Using VBA

If you frequently need to create worksheets with predefined names, VBA can automate the process. This method is suitable for users who are familiar with macros and basic VBA programming.

Steps

  1. Press Alt + F11 to open the Microsoft Visual Basic for Applications window.
  2. Click Insert > Module.
  3. Copy and paste the following code into the module window:
    Sub CreateCustomNamedSheets()
    
        Dim SheetNames As Variant
        Dim i As Long
    
        SheetNames = Array("January", "February", "March", "April", "May")
    
        For i = LBound(SheetNames) To UBound(SheetNames)
            Worksheets.Add(After:=Worksheets(Worksheets.Count)).Name = SheetNames(i)
        Next i
    
    End Sub
    a screenshot showing how to use the VBA code
    Note: Before running the code, replace the worksheet names in the SheetNames array with the names you want to use for your new worksheets.
  4. Press F5 to run the code.

Excel will automatically create new worksheets using the names specified in the VBA code.

worksheets are created after running the VBA code

Limitations

Although VBA can automate worksheet creation, it has several drawbacks:

  1. Requires VBA knowledge.
  2. The code must be edited whenever worksheet names change.
  3. Macros may be disabled by company security policies.
  4. Not convenient for non-technical users.

Instantly Create Worksheets with Reusable Custom Names Using Kutools

If you need a faster and more flexible solution, Kutools for Excel provides the Create Sequence Worksheets feature, which allows you to create multiple worksheets based on built-in naming patterns or your own customized name lists in just a few clicks. More importantly, it enables you to save and reuse worksheet name groups whenever needed.

Kutools for Excel - Packed with over 300 essential tools for Excel. Make Excel tasks faster, easier, and more efficient. Download now!

Click Kutools Plus > Worksheet > Create Sequence Worksheets to open the Create Sequence Worksheets dialog box. Then:

a screenshot of enabling the create sequence worksheets feature
  1. Choose the Base Worksheet:
    • Select Blank worksheet to create empty worksheets.
    • Or select an existing worksheet in the current workbook as the template for the new worksheets.
  2. Select Custom Lists.
  3. Choose or create a custom list.
    • Use a built-in custom list
      Kutools provides several predefined custom lists by default. Simply select the one that matches your naming requirements.
    • Create your own custom list
      If none of the built-in custom lists meet you need:
      1. Click the Create Lists button.
      2. In the Create Lists dialog box, enter a worksheet name in the New Worksheet name box and press Enter to add it to the list.
      3. Repeat until all worksheet names have been added.
      4. Click Add to save the custom list.
        Note: The custom list will be stored and can be reused later whenever you need the same worksheet structure.
        a screenshot showing how to create your own custom list
  4. Click OK.
    a screenshot of the dialog box after configuring the needed options

Result

Kutools will instantly generate a new workbook with all worksheets named according to the selected custom list.

a screenshot showing the worksheets created by kutools

Kutools for Excel - Supercharge Excel with over 300 essential tools, making your work faster and easier, and take advantage of AI features for smarter data processing and productivity. Get It Now

Advantages of Using Kutools

Compared with manual operations and VBA, Kutools offers several significant advantages:

  • Create dozens of worksheets in seconds.
  • Save and reuse custom worksheet name lists.
  • Reduce manual errors caused by repetitive renaming.
  • Suitable for recurring workbook templates and departmental reports.
  • User-friendly interface for all Excel users.

Conclusion

Creating multiple worksheets with customized names can save considerable time when preparing reports, departmental templates, project workbooks, or monthly tracking files. While Excel's built-in method works for small tasks and VBA provides automation for advanced users, both approaches have limitations when worksheet names need to be reused frequently.

With Kutools for Excel's Create Sequence Worksheets feature, you can create multiple worksheets instantly, save customized worksheet name lists, and reuse them whenever needed. This makes it the fastest and most convenient solution for users who regularly build workbook structures with predefined worksheet names.


Best Office Productivity Tools

🤖Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions
Popular Features: Find, Highlight or Identify Duplicates   |  Delete Blank Rows   |  Combine Columns or Cells without Losing Data   |  Round without Formula ...
Super Lookup: Multiple Criteria VLookup    Multiple Value VLookup  |   VLookup Across Multiple Sheets   |   Fuzzy Lookup ....
Advanced Drop-down List: Quickly Create Drop Down List   |  Dependent Drop Down List   |  Multi-select Drop Down List ....
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  |  Compare Ranges & Columns ...
Featured Features: Grid Focus   |  Design View   |  Big Formula Bar    Workbook & Sheet Manager   |  Resource Library (Auto Text)   |  Date Picker   |  Combine Worksheets   |  Encrypt/Decrypt Cells    Send Emails by List   |  Super Filter   |   Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters, ...)   |   50+ Chart Types (Gantt Chart, ...)   |   40+ Practical Formulas (Calculate age based on birthday, ...)   |   19 Insertion Tools (Insert QR Code, Insert Picture from Path, ...)   |   12 Conversion Tools (Numbers to Words, Currency Conversion, ...)   |   7 Merge & Split Tools (Advanced Combine Rows, Split Cells, ...)   |   ... and more
Use Kutools in your preferred language – supports English, Spanish, German, French, Chinese, and 40+ others!

Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time.  Click Here to Get The Feature You Need The Most...


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!

All Kutools add-ins. One installer

Kutools for Office suite bundles add-ins for Excel, Word, Outlook & PowerPoint plus Office Tab Pro, which is ideal for teams working across Office apps.

ExcelWordOutlookTabsPowerPoint
  • All-in-one suite — Excel, Word, Outlook & PowerPoint add-ins + Office Tab Pro
  • One installer, one license — set up in minutes (MSI-ready)
  • Works better together — streamlined productivity across Office apps
  • 30-day full-featured trial — no registration, no credit card
  • Best value — save vs buying individual add-in