Tirar totales macro más formato
Dante necesitaría agregar a este código que me hiciste este formato
Selection.NumberFormat = "$* #,##0;[Red]$ * -#,##0" para todos los totales y tambien en la macro que es automatica...........gracias
Sub TirarTotales()'Por.Dante Amor For i = 2 To Range("A" & Rows.Count).End(xlUp).Row If IsDate(Cells(i, "A")) Then wsum = WorksheetFunction.Sum(Range(Cells(i, "B"), Cells(i, "D"))) Cells(i, "E") = wsum End If NextEnd Sub
1 Respuesta
Respuesta de Dante Amor
1