calvuch respondió:
Acá el macro: Sub repetir() Dim i As Integer Dim e As Integer Dim t As Integer e = 1 t = 6 If Application.WorksheetFunction.CountA(Range("A:A")) = 0 Then Exit Sub If Application.WorksheetFunction.CountA(Range("A:A")) > 10900 Then...