Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would like to use this code to SUM the total of column G into a different
worksheet. How do I do this? Thanks. Set sh = Workbooks.Application.ActiveSheet Set r = Range("G" & Rows.Count).End(xlUp).Offset(2, 0) r.FormulaR1C1 = "=SUM(R2C:OFFSET(RC,-2,0))" |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to merge separate worksheet | Excel Worksheet Functions | |||
Using a Worksheet Form to add data to a separate worksheet databas | Excel Worksheet Functions | |||
How do I separate a worksheet into many files? | Excel Discussion (Misc queries) | |||
1 column with YES and NO responses. Can we sum for ea. total of YES's and NO's? (Okay to put results into 2 separate cells). | Excel Programming | |||
Separate Worksheet Linking | Excel Discussion (Misc queries) |