View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Melissa Melissa is offline
external usenet poster
 
Posts: 122
Default Copy cells from named range

Thanks for your suggestion!
However, this will not meet my requirement of expanding my range in future.
Sorry I wasn't more specific in my first post.
Isn't there a way to just Copy, Insert named range?

"Mike" wrote:

Melissa,

One option.

Select the entire column where your range is stored and select COPY
Got to your second workbook and select A1 and select Paste Special - Paste
link.
Any changes to Column A in the first workbook will now be automatically
updated in the second.

Mike

"Melissa" wrote:

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?