Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Named Ranges in VBA | Excel Discussion (Misc queries) | |||
Like 123, allow named ranges, and print named ranges | Excel Discussion (Misc queries) | |||
named ranges - changing ranges with month selected | Excel Programming | |||
how to assign ranges on different sheets to an array | Excel Programming | |||
how to assign ranges on different sheets to an array | Excel Programming |