View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jos Vens Jos Vens is offline
external usenet poster
 
Posts: 52
Default 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