View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ed Ed is offline
external usenet poster
 
Posts: 46
Default Cell designation

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