Copy cells from named range
I have named a single column range as "Range". What is the best way to copy
these values to other worksheets if this range can be changed in future?
For e.g.:
Worksheet 1:
A
1 Value1
2 Value 2
3 Value 3
4 Value 4
$A$1:$A$4 has been named "Range".
Worksheet 2:
A
1 =Worksheet1!A1
2 =Worksheet1!A2
etc.
i don't like this method as I will have to make sure the formula is copied
to enough cells to display the full values in "Range". Can anybody suggest a
better, fool-proof way?
|