Only 12 cells ?!?!
Are your sheet names exceptionally long?
20 to 30 cells is the norm with regular length sheet names.
This is because XL automatically places the sheet name in front of *each*
cell reference in the "Refers To" box of the "Define Name" window, and
there's a 255 character limit on the contents of that box.
The work around is to make several individual ranges, and then create a
"master" range, that refers to each of the individual ranges.
For example, make three ranges, and call them
Rng1
Rng2
Rng3
Now, go to
<Insert> <Name> <Define>,
And in the "Names In WorkBook" box, type in a name for the all encompassing
range, such as "BigRng" (no quotes).
In the "Refers To" box, change whatever's there to:
=Rng1,Rng2,Rng3
Then <OK>.
The name of this type of "range of ranges" is not visible in the name box,
or even in the <F5> "GoTo" window.
When you wish to call up this range, click in the name box and enter
bigrng
Then <Enter>, and you have *all* the ranges selected.
--
HTH,
RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================
Boll Weevil, what you can do is select the cells and define a name for them
(Insert > Name > Define). Then at any time you can press F5 (Go to), click
the name, click OK, and Excel will select them all.
One thing, there seems to be a selection limitation. Can't select
more than about 12 cells in the group. Is there an alternative?