View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Rob Barnard Rob Barnard is offline
external usenet poster
 
Posts: 5
Default Column References

Hi Don,

You could try referencing the range using this notation:

Range(Cells(1,1),Cells(1,10)).EntireColumn

This will select columns 1:10 as per your example.

:-)

Rob
-----Original Message-----
Hi,

How would I reference a range of columns using R1C1

notation.

Columns("1:10") , form example, doesn,t work - Rows

("1:10") does

Thanks and regards,

Don Lloyd

--



.