Thread
:
Mixing Absolute and Relative Reference in a Formula
View Single Post
#
5
Posted to microsoft.public.excel.programming
JE McGimpsey
external usenet poster
Posts: 4,624
Mixing Absolute and Relative Reference in a Formula
Yup - misread...thanks for the correction.
In article ,
Tom Ogilvy wrote:
wouldn't it be
With Range("A" & Rows.Count).End(xlUp)(2)
.Formula = "=SUM(A15:A" & .Row - 1 & ")"
End With
Reply With Quote
JE McGimpsey
View Public Profile
Find all posts by JE McGimpsey