For i = 0 To 98
If Range("A" & 1 + i).value <> 0 Then
Range("A" & 1 + i).Select
With Selection.Interior
.Pattern = xlSolid
.PatternColorIndex = xlAutomatic
.Color = 255
.TintAndShade = 0
.PatternTintAndShade = 0
End With
end if
next i
No hay comentarios.:
Publicar un comentario
Deja tu pregunta o comentario aqui