Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I heard that "Range" can be eliminated in designating a range of cells
by just enclosing the range in brackets. Range("A1:C2") can be replaced by ["A1:B2"] I can't get it to work. What am I doing wrong? Also is there a source to show the ways that cells may be designated? Ed |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
[A1:B2]
"Ed" skrev: I heard that "Range" can be eliminated in designating a range of cells by just enclosing the range in brackets. Range("A1:C2") can be replaced by ["A1:B2"] I can't get it to work. What am I doing wrong? Also is there a source to show the ways that cells may be designated? Ed |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try leaving out the " " 's
Like [A1:B2] "Ed" wrote in message : I heard that "Range" can be eliminated in designating a range of cells by just enclosing the range in brackets. Range("A1:C2") can be replaced by ["A1:B2"] I can't get it to work. What am I doing wrong? Also is there a source to show the ways that cells may be designated? Ed |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks to both.
Ed On Sat, 17 Jun 2006 21:07:09 +0000, "JimMay" wrote: Try leaving out the " " 's Like [A1:B2] "Ed" wrote in message : I heard that "Range" can be eliminated in designating a range of cells by just enclosing the range in brackets. Range("A1:C2") can be replaced by ["A1:B2"] I can't get it to work. What am I doing wrong? Also is there a source to show the ways that cells may be designated? Ed |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
in my research, this is 7 times slower than using range - it varies based
on the context of the usage. Maybe it is more obvious if you use the equivalent set rng = Evaluate("A1:B2") -- Regards, Tom Ogilvy "Ed" wrote in message ... I heard that "Range" can be eliminated in designating a range of cells by just enclosing the range in brackets. Range("A1:C2") can be replaced by ["A1:B2"] I can't get it to work. What am I doing wrong? Also is there a source to show the ways that cells may be designated? Ed |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
separate names and designation from one cell into 2 colmun | Excel Discussion (Misc queries) | |||
cell designation | Excel Discussion (Misc queries) | |||
Columns with # designation | Excel Discussion (Misc queries) | |||
Invisible Text designation in cell? | Excel Worksheet Functions | |||
Specific Row Designation | Excel Programming |