Is it possible to copy the values of a named range in one sheet and paste them in the same cell location of another sheet?
For example, I have named range "old_desk_1"
in sheet1!A24:A25
and named range "desk_1"
in sheet2!A24:A25
. Is it possible to copy the values in the cells of old_desk_1
to desk_1
without just doing the standard copy/paste?