Assign named ranges

J

Jos Vens

Hi,

can someone tell me if it is possible to assign a named range to another
with the same dimension

eg. [aValue]=[aResult] where [aValue] is the named range [A1:A3] and
[aResult] is the named range [B1:B3]

thanks
Jos Vens
 
J

Jos Vens

Thanks a lot!

Jos Vens

Norman Jones said:
Hi Jos.

Try:

Range("aValue").Value = Range("aResult").Value


---
Regards,
Norman



Jos Vens said:
Hi,

can someone tell me if it is possible to assign a named range to another
with the same dimension

eg. [aValue]=[aResult] where [aValue] is the named range [A1:A3] and
[aResult] is the named range [B1:B3]

thanks
Jos Vens
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top