Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
chris31849
 
Posts: n/a
Default delete or edit named dell ranges

i have named a range of cell for validation use but i need to expand the list
so i need to either figure out how to expand the named range or delete the
named range and start over. thanks in advance for any replies on this.
  #2   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default delete or edit named dell ranges

Hi

Go to Insert / Name / Define and edit the range in there.

Andy.

"chris31849" wrote in message
...
i have named a range of cell for validation use but i need to expand the
list
so i need to either figure out how to expand the named range or delete the
named range and start over. thanks in advance for any replies on this.



  #3   Report Post  
Posted to microsoft.public.excel.misc
Doug Kanter
 
Posts: n/a
Default delete or edit named dell ranges

"chris31849" wrote in message
...
i have named a range of cell for validation use but i need to expand the
list
so i need to either figure out how to expand the named range or delete the
named range and start over. thanks in advance for any replies on this.


Select your new range. Click Insert, Name, Define and enter the same name as
before. That will overwrite Excel's recognition of the previous range.


  #4   Report Post  
Posted to microsoft.public.excel.misc
Chip Pearson
 
Posts: n/a
Default delete or edit named dell ranges

You can change it in the Define Name dialog. Change the range in
the "Refers to" text box.

With code, you can change the number of rows to which the name
refers to with code like

With ThisWorkbook.Names("TheRange")
.RefersTo = .RefersToRange.Resize(10, 1)
End With


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"chris31849" wrote in
message
...
i have named a range of cell for validation use but i need to
expand the list
so i need to either figure out how to expand the named range or
delete the
named range and start over. thanks in advance for any replies
on this.



  #5   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default delete or edit named dell ranges

Or maybe use a dynamic named range that grows or contracts with your data.

See Debra Dalgeish's site for some nice tips:
http://contextures.com/xlNames01.html#Dynamic

chris31849 wrote:

i have named a range of cell for validation use but i need to expand the list
so i need to either figure out how to expand the named range or delete the
named range and start over. thanks in advance for any replies on this.


--

Dave Peterson


  #6   Report Post  
Posted to microsoft.public.excel.misc
chris31849
 
Posts: n/a
Default delete or edit named dell ranges

that site is very helpful. thanks again!!

"Dave Peterson" wrote:

Or maybe use a dynamic named range that grows or contracts with your data.

See Debra Dalgeish's site for some nice tips:
http://contextures.com/xlNames01.html#Dynamic

chris31849 wrote:

i have named a range of cell for validation use but i need to expand the list
so i need to either figure out how to expand the named range or delete the
named range and start over. thanks in advance for any replies on this.


--

Dave Peterson

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Referencing Named Ranges ExcelRookie Excel Worksheet Functions 2 March 6th 06 12:50 PM
Named Ranges Joe Gieder Excel Worksheet Functions 2 February 16th 06 01:31 AM
Named ranges: don't want absolute references sonicblue Excel Discussion (Misc queries) 0 November 22nd 05 02:05 PM
Named Cell Ranges Blackcat Excel Discussion (Misc queries) 7 December 9th 04 01:59 PM
Named dynamic ranges, copied worksheets and graph source data WP Charts and Charting in Excel 1 November 28th 04 05:19 PM


All times are GMT +1. The time now is 06:28 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"