Create Multiple Worksheets with Customized Names in Excel
AuthorTech Support•Last 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
- Create Multiple Worksheets with Custom Names Using VBA
- Instantly Create Worksheets with Reusable Custom Names Using Kutools
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
- Open your workbook.
- 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.

- Repeat the operation until you have created the required number of worksheets.
Step 2: Rename Each Worksheet
- Double-click a worksheet tab.
- Enter the desired worksheet name.
- Press Enter.

- 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
- Press Alt + F11 to open the Microsoft Visual Basic for Applications window.
- Click Insert > Module.
- 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
Note: Before running the code, replace the worksheet names in the SheetNames array with the names you want to use for your new worksheets. - Press F5 to run the code.
Excel will automatically create new worksheets using the names specified in the VBA code.

Limitations
Although VBA can automate worksheet creation, it has several drawbacks:
- Requires VBA knowledge.
- The code must be edited whenever worksheet names change.
- Macros may be disabled by company security policies.
- 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:

- 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.
- Select Custom Lists.
- Choose or create a custom list.
- Use a built-in custom listKutools provides several predefined custom lists by default. Simply select the one that matches your naming requirements.
- Create your own custom listIf none of the built-in custom lists meet you need:
- Click the Create Lists button.
- 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.
- Repeat until all worksheet names have been added.
- 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.

- Use a built-in custom list
- Click OK.

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

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
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.
- 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
Table of contents
- Manually Create and Rename Worksheets
- Create Multiple Worksheets with Custom Names Using VBA
- Instantly Create Worksheets with Reusable Custom Names Using Kutools
- The Best Office Productivity Tools
Kutools for Excel
Brings 300+ powerful features to streamline your Excel tasks.
- ⬇️ Free Download
- 🛒 Purchase Now
- 📘 Feature Tutorials
- 🎁 30-Day Free Trial




