Thread
:
Sum Function in Macro
View Single Post
#
1
Posted to microsoft.public.excel.programming
Tim[_23_]
external usenet poster
Posts: 2
Sum Function in Macro
I need to sum variable length rows in a macro. I use; Cells(ActiveCell.Row
+ 1, ActiveCell.Column).Select and then; ActiveCell.FormulaR1C1 =
"=SUM(R[-54]C:R[-1]C)".
Thanks,
Tim
Reply With Quote
Tim[_23_]
View Public Profile
Find all posts by Tim[_23_]