Received error 1004 for this entry on my VBA code

38 Views Asked by At

working on a loop that would run through all 6 sheets in a workbook.

expecting to get Total Stock Value

ws.Cells(SummaryRow, 12).Value = Application.WorksheetFunction.Sum(ws.Range(ws.Cells(i, 7).Offset
(-TotalVolume), 0), (ws.Cells(i, 7)))
0

There are 0 best solutions below