Re: [BangPypers] BangPypers Digest, Vol 78, Issue 2

2014-02-11 Thread sahil chug
Sorry please ignoe my previous mail ..that was sent to this address by accident On Tue, Feb 11, 2014 at 4:42 PM, sahil chug wrote: > > Sub SumProduct(RowCount1 As Long, RowStart As Long, ColumnCount As Long) > Dim ColumnStart As Long, ResultColumn > Dim x As Long, y As Long > Dim SumProdu

Re: [BangPypers] BangPypers Digest, Vol 78, Issue 2

2014-02-11 Thread sahil chug
Sub SumProduct(RowCount1 As Long, RowStart As Long, ColumnCount As Long) Dim ColumnStart As Long, ResultColumn Dim x As Long, y As Long Dim SumProduct As Double, TempTotalSum As Double 'Initialize ColumnStart equal to M' ColumnStart = 13 'Initialize ResultColumn to column C' ResultC