How do I define a range name on a worksheet that is specific to that
worksheet? i.e. I want to use the same range name on several
worksheets.
Regards,
givensna@gmail.com - 19 Oct 2007 15:59 GMT
> How do I define a range name on a worksheet that is specific to that
> worksheet? i.e. I want to use the same range name on several
> worksheets.
>
> Regards,
1 Select the range of cells that you want to name.
2 Choose Name from the Insert menu, then choose Define. Excel displays
the Define Name dialog box.
3 In the Names in Workbook box, enter the name of the current
worksheet, an exclamation mark, and the name you want to define, as in
Sheet1!MyRange.
4 Click on Add.
-Andrew
JE McGimpsey - 19 Oct 2007 16:04 GMT
One way:
In the name box, include the sheet name:
Sheet1!MyName
> How do I define a range name on a worksheet that is specific to that
> worksheet? i.e. I want to use the same range name on several
> worksheets.
>
> Regards,
Dave Peterson - 19 Oct 2007 16:10 GMT
And if your sheetname requires apostrophes:
'Sheet 1'!yournamehere
Since you're working with names, get Jan Karel Pieterse's (with Charles Williams
and Matthew Henson) Name Manager:
You can find it at:
NameManager.Zip from http://www.oaltd.co.uk/mvp
It has a feature that allows you to convert global names to local and local to
global. (workbook level to worksheet level and vice versa.)
> How do I define a range name on a worksheet that is specific to that
> worksheet? i.e. I want to use the same range name on several
> worksheets.
>
> Regards,

Signature
Dave Peterson
Alan1 - 19 Oct 2007 16:47 GMT
Thanks guys, it is all clear now.
Alan
givensna@gmail.com - 19 Oct 2007 17:27 GMT
> How do I define a range name on a worksheet that is specific to that
> worksheet? i.e. I want to use the same range name on several
> worksheets.
>
> Regards,
1 Select the range of cells that you want to name.
2 Choose Name from the Insert menu, then choose Define. Excel displays
the Define Name dialog box.
3 In the Names in Workbook box, enter the name of the current
worksheet, an exclamation mark, and the name you want to define, as in
Sheet1!MyRange.
4 Click on Add.
-Andrew