Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 89
Default named range not specific to worksheet

i have a workbook that continually has sheets added to it, often rows are
inserted or removed on the sheet, which shifts the position of the cell i
need to address

is there a way to create a named range that is not specific to a worksheet

i.e.: the name refers to: B36 on whatever the active sheet is..

....why not just say "B36" ?
.... if the user inserts a row at 35:35, the reference would move down 1 row
to B37, and i would want the name to refer to that new address... (which
would not be correct on a different sheet where the cell to be referenced
was at a different position;
....and now i see the implicit problem in the logic... ! );

any direction?

thanks in advance...
mark




  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,824
Default named range not specific to worksheet

I think the closest thing you can use is the worksheet level names. Then you're
"basename" would be consistent across all the sheets, but the names will follow
the cell.



Mark Kubicki wrote:

i have a workbook that continually has sheets added to it, often rows are
inserted or removed on the sheet, which shifts the position of the cell i
need to address

is there a way to create a named range that is not specific to a worksheet

i.e.: the name refers to: B36 on whatever the active sheet is..

...why not just say "B36" ?
... if the user inserts a row at 35:35, the reference would move down 1 row
to B37, and i would want the name to refer to that new address... (which
would not be correct on a different sheet where the cell to be referenced
was at a different position;
...and now i see the implicit problem in the logic... ! );

any direction?

thanks in advance...
mark


--

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
Referring to specific cell in named range in Excel formula Nigel Barton Excel Worksheet Functions 3 August 18th 09 04:25 PM
Getting a named range to appear in another worksheet John Excel Discussion (Misc queries) 2 July 28th 07 02:12 AM
Defining Named Range for Lastrow in a specific column Barb Reinhardt Excel Discussion (Misc queries) 5 May 9th 07 08:55 PM
Selecting specific row/column from a named range [email protected] Excel Worksheet Functions 2 November 16th 05 09:24 PM
How do I count a named range for a specific word or acronym? brandyb Excel Worksheet Functions 1 November 4th 05 07:50 PM


All times are GMT +1. The time now is 12:51 AM.

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

About Us

"It's about Microsoft Excel"