Range Name

  • Thread starter Thread starter Té
  • Start date Start date
T

Té

How can I create a range name that is only used for a particular worksheet,
rather than the whole workbook?
 
You can create a local or sheet level name by including the sheet name in the
range name.

Insert|name|define (xl2003 menus)
Names in Workbook
'Sheet name goes here'!MyNameHere
(for example)

You could also select the range and type the complete name in the name box (to
the left of the formula bar). (Make sure you hit enter when you're done
typing.)
 
Back
Top