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

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