Thread
:
Sum an R1C1 Range
View Single Post
#
1
Posted to microsoft.public.excel.programming
Cinque Terra
external usenet poster
Posts: 11
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!
Reply With Quote
Cinque Terra
View Public Profile
Find all posts by Cinque Terra