Worksheet Specific Range Name

  • Thread starter Thread starter Alan1
  • Start date Start date
A

Alan1

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,
 
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
 
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,

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
 
Back
Top