I'm not sure <vbg>.
Do you mean you want to use the same range name on each sheet?
You can do this--and the cells don't have to use the same addresses.
Just include the sheetname in the Names in workbook box (in the insert|name
dialog).
Name: Sheet1!myName
refers to: =Sheet1!$C$6:$C$13
and for "my sheet with spaces"
Name: 'my sheet with spaces'!myName
refers to: ='my sheet with spaces'!a1:a99
(same name, but different addresses).
===
You can also select your range, then type the name into the Namebox (to the left
of the formula bar). Remember to include the sheet name if you want.
If you use names in your workbooks download Jan Karel Pieterse's (with Charles
Williams and Matthew Henson) Name Manager.
You can find it at:
NameManager.Zip from
http://www.bmsltd.ie/mvp
It'll make working with names much, much easier.