View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Colin Macleod Colin Macleod is offline
external usenet poster
 
Posts: 8
Default Using SumProduct function in VBA

I'd appreciate some help in using the sumproduct function. I have a set of
numbers in cells a1 through to j1, then a table of numbers starting in cell
a3 and going across and down to cell j100. In cell k3, I need to put the
function =SUMPRODUCT(A$1:J$1,A3:J3) then copy this down the column. I'd like
to put it into a for/next loop as the start and end row will vary. I'd also
like column k to show values rather than contain formulas.

Thanks for any help.

Colin