Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Here is what i have
buttonClick() 'ommited defined variables and other useless stuff CurrentSheet.Cells(CurrentRow, 6).Formula = "=SUMPRODUCT(B2:E2{1,3,2,3})" What i would like is the range in the formula to increase as the Current row increases so =SUMPRODUCT(B3:E3{1,3,2,3}) and so on down the table In Short the 6th column of every row needs a SUMPRODUCT function for the 3rd through 5th coulmn i think i have to define a variable but not sure here. Somthing like =SUMPRODUCT(B(i):E(i){1,3,2,3}) maybe? any help would be great. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SUMPRODUCT macro | Excel Discussion (Misc queries) | |||
use LIKE within sumproduct in macro, possible? | Excel Programming | |||
macro with SUMPRODUCT help | Excel Programming | |||
Macro wtih sumproduct 2 help | Excel Programming | |||
How to use SUMPRODUCT in macro? | Excel Programming |