View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Cinque Terra Cinque Terra is offline
external usenet poster
 
Posts: 11
Default Sum an R1C1 Range

I am attempting to sum the range selected by this code:
With Sheets("Sheet1")
.Range(.Cells(Row1, Col1), .Cells(Row2, Col2)).Select
End With

Thanks in advance for your help!