Perdona creo que no me explique bien...
En cada hoja tendré el código que me pasaste osea:
Este para vendedor1
Sub Concentrar1()'Por.Dante Amor Set h1 = Sheets("1") Set h2 = Sheets("concentrado1") h2.Cells.ClearContents h1.[B3:E3].Copy h2.[B3] For i = 4 To h1.Range("E" & Rows.Count).End(xlUp).Row For j = 2 To h1.Cells(3, Columns.Count).End(xlToLeft).Column Step 4 If IsNumeric(Cells(i, "E")) Then h2.Cells(i, "B") = h2.Cells(i, "B") + h1.Cells(i, j) h2.Cells(i, "C") = h1.Cells(i, j + 1) h2.Cells(i, "D") = h1.Cells(i, j + 2) h2.Cells(i, "E") = h2.Cells(i, "E") + h1.Cells(i, j + 3) End If Next NextEnd Sub
este para vendedor2
Sub Concentrar1()'Por.Dante Amor Set h1 = Sheets("2") Set h2 = Sheets("concentrado2") h2.Cells.ClearContents h1.[B3:E3].Copy h2.[B3] For i = 4 To h1.Range("E" & Rows.Count).End(xlUp).Row For j = 2 To h1.Cells(3, Columns.Count).End(xlToLeft).Column Step 4 If IsNumeric(Cells(i, "E")) Then h2.Cells(i, "B") = h2.Cells(i, "B") + h1.Cells(i, j) h2.Cells(i, "C") = h1.Cells(i, j + 1) h2.Cells(i, "D") = h1.Cells(i, j + 2) h2.Cells(i, "E") = h2.Cells(i, "E") + h1.Cells(i, j + 3) End If Next NextEnd Sub
y asi para el vendedor 3 y vendedor4
Ahora lo que necesito es la suma total de todo... osea sumando los 4 concentrados