Skip to main content

How to resize an existing named range in Excel?

Author Siluvia Last modified

For an existing named range, you may need to resize or expand it to include more columns and rows. In this article, we will show you three methods to resize an existing named range in Excel.

Resize an existing named range with Name Manager function
Resize an existing named range with VBA code
Resize an existing named range with Kutools for Excel


Resize an existing named range with Name Manager function

Please do as follows to resize an existing named range with Name Manager function in Excel.

1. Click Formulas > Name Manager. See screenshot:

A screenshot of the Name Manager option under the Formulas tab in Excel

2. In the Name Manager dialog box, select the range name you want to resize it, and then click the Range selection button button.

A screenshot of selecting a new range in the Refers to box

3. In the Name Manager – Refers to box, select a new range for this range name, and then close this box.

A screenshot of selecting a new range for the named range

4. When it returns to the Name Manager dialog box, click the Save button button to save the new range, and finally click the Close button to close the dialog box. See screenshot:

A screenshot of the Name Manager dialog

You can see the specified named range is resized immediately.

A screenshot showing the resized named range in Excel


Resize an existing named range with VBA code

Besides the above method, VBA code also can help you to resize a specified named range.

1. Press Alt + F11 keys simultaneously to open the Microsoft Visual Basic Application window.

2. In the Microsoft Visual Basic Application window, click Insert > Module.

3. Paste below VBA code into the Module window.

VBA: Resize named range

Sub ResizeNamedRange()
	Dim xWb As Workbook
	Dim xNameString As String
	Dim xName As Name
	Set xWb = Application.ActiveWorkbook
	xNameString = Application.InputBox("Name:", xTitleId, "", Type: = 2)
	Set xName = xWb.Names.Item(xNameString)
	With xName
		.RefersTo = .RefersToRange.Resize(10, 6)
	End With
End Sub

Notes:

1. ā€œ10, 6ā€ in this line .RefersTo = .RefersToRange.Resize(10, 6) means that the specified named range will be resized to have 10 rows and 6 columns.
2. Please change these variables as you need.

4. After changing the variables, press the F5 key to run the code. In the popping up dialog box, enter the range name you want to resize into the Name box, and then click the OK button.

A screenshot of the Input Box where you enter the named range to resize

Then the named range is resized immediately with the conditions you specified.


Resize an existing named range with Kutools for Excel

All range names are listed in the Navigation Pane of Kutools for Excel. And you can easily resize them in the Navigation Pane.

Kutools for Excel offers over 300 advanced features to streamline complex tasks, boosting creativity and efficiency. Itegarate with AI capabilities, Kutools automates tasks with precision, making data management effortless. Detailed information of Kutools for Excel...         Free trial...

1. After installing Kutools for Excel, the Navigation Pane is displayed on the left side of Excel by default. Please click the Name manager Name Manager button in Kutools pane button, select a range name you want to resize, and then click the Range selection button button.

A screenshot showing how to select a named range in the Kutools Navigation Pane

2. In the popping up Kutools for Excel dialog box, select a new range for this range name, and then click the OK button.

A screenshot of selecting a new range for a named range

3. Then click the Finish butto button in Navigation Pane to finish the setting.

A screenshot of the Finish button in the Kutools Navigation Pane

Note: If you cannot see the Navigation Pane, please click Kutools > Navigation to enable it.

A screenshot of the Navigation option under the Kutools menu to enable the Navigation Pane

The Navigation Pane of Kutools for Excel is a powerful utility, with it, you can not only resize named range easily, but also create auto text for future use, easily shift between workbooks and worksheets and so on.

Kutools for Excel - Supercharge Excel with over 300 essential tools. Enjoy permanently free AI features! Get It Now

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!