How can I create a named range for A1:A500 that never grows/shrinks
after cutting and pasting, etc.? I.e, I want the named range to always
refer to A1:A500.
Peo Sjoblom - 30 Apr 2004 17:39 GMT
Use indirect
define>name and use
=INDIRECT("Sheet1!A1:A500")
replace Sheet1 with the name of the sheet

Signature
Regards,
Peo Sjoblom
> How can I create a named range for A1:A500 that never grows/shrinks
> after cutting and pasting, etc.? I.e, I want the named range to always
> refer to A1:A500.
Don Guillett - 30 Apr 2004 17:44 GMT
insert>name>nameit "dontmove"
in the refers to box
=indirect("Sheet1!$a$1:$a$500")

Signature
Don Guillett
SalesAid Software
donaldb@281.com
> How can I create a named range for A1:A500 that never grows/shrinks
> after cutting and pasting, etc.? I.e, I want the named range to always
> refer to A1:A500.