Skip to main content

How to resize an existing named range in Excel?

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:

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

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

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

You can see the specified named range is resized immediately.


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.

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.

Before applying Kutools for Excel, please download and install it firstly.

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

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

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

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

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.

  If you want to have a free trial (30-day) of this utility, please click to download it, and then go to apply the operation according above steps.

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

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...

Description


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!
Comments (0)
No ratings yet. Be the first to rate!
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations