View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
excelent excelent is offline
external usenet poster
 
Posts: 695
Default Cell designation

[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