Olá @SandroLima,
Tente este código:
volta:
For Each cell In ActiveSheet.ListObjects("TB_Procedimentos").ListColumns(1).DataBodyRange.Rows
If cell = "-" Then
count = count + 1
cell.Rows.Delete
GoTo volta
End If
Next cell
MsgBox ("Foram apagadas " & count & " linhas")
Este post foi modificado 3 anos atrás por
Televisaos
Postado : 07/12/2021 12:54 pm