Actividad pública reciente
Voto positivo a la respuesta
Concatenar datos por filas
Te mando mi solución con esta macro: Sub ejemplo() 'por luismondelo Range("a2").Select Do While ActiveCell.Value <> "" fila = ActiveCell.Row For Each celda In Range(ActiveCell, ActiveCell.Offset(0, 12)) If celda.Value = "" Then celda.Value = 0 lista...
