Assign named ranges
Thanks a lot!
Jos Vens
"Norman Jones" schreef in bericht
...
Hi Jos.
Try:
Range("aValue").Value = Range("aResult").Value
---
Regards,
Norman
"Jos Vens" wrote in message
...
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
|