View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default copying named range

Make sure that the named range references are absolute.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"ym" wrote in message
...
i have a list of cells in sheet1 that i want to be automatically copied to
sheet2.
what i did was to use named range for the cells and use the forumla
=namedRange in sheet 2.

However it did not paste the entire range. Say the sheet1 cells are A1:A5.
If i wrote the foruma =namedNamed in sheet2 cell C2, it will paste the

value
relative to the row which is A2 in sheet1. So if i write that forumla in

C10,
i get nothing.

my ultimate goal would be to be able to copy the range of cells from

sheet1
to sheet 2 automatically. thanks