View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
RagDyeR
 
Posts: n/a
Default Range question in '97

You can do that if you plan ahead, while you're creating your WB.

Select a range in Sheet1.
Click in the name box and type:
sheet1!rng1
Then <Enter

When you click in the name box again, all you see is:
rng1

Now, hold down <Ctrl, and click in the tab of Sheet1, and drag right until
the small arrow is on the right side of the tab, and then release the mouse
first, and you have copied your sheet.

This new sheet has the same sheet specific range (rng1) automatically
configured to it.

Rename this sheet.

So, create your sheet specific ranges on your first sheet, and any sheet
copied from it will contain the same ranges, each specific to the individual
newly copied sheets.

--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===


"Adam Kroger @hotmail.com" <adam_kroger<nospam wrote in message
...
a further clarification, can you name a range of cells say A1:K22 game, and
then specify sheet1!game, sheet2!game without haveing to name then on sheet1
and sthhet2 and sheet3...?

"Bob Phillips" wrote in message
...
Yes. Select sheet1,

InsertNameDefine...

then in the 'Names in workbook' put Sheet1!game, then add the range in the
Refersto box.

Repeat for sheet2, etc.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Adam Kroger @hotmail.com" <adam_kroger<nospam wrote in message
...
Can you have sheet specific named ranges?

ie
sheet1!game, sheet2!game, sheet3!game


so they can be referenced in a lookup, pulling values from the correct
sheet.

thanks