ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Assign named ranges (https://www.excelbanter.com/excel-programming/305081-assign-named-ranges.html)

Jos Vens

Assign named ranges
 
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



Norman Jones

Assign named ranges
 
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





keepITcool

Assign named ranges
 

Jos..

I always liked this [a1:d3] referencing.
I've stopped using it since Tom Ogilvy recently pointed me to:

Square Bracket Notation Is Less Efficient Than Tunneling
<http://support.microsoft.com/default.aspx?scid=kb;en-us;104502


--
keepITcool
| www.XLsupport.com | keepITcool chello nl | amsterdam


Jos Vens wrote :

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



Jos Vens

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








All times are GMT +1. The time now is 07:26 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com