Use a função abaixo:
Sub DelRowWithWord()
Dim Col As VariantDim Word As StringLet Col = InputBox ("Qual é a coluna que contém a palavra que deseja identificar")If Len(Col) > 0 And Not Col Like "*[!0-9]*" Then Col = Val(Col)
Let Word = InputBox ("Digite a palavra que identificará as linhas que deseja deletar:")With Columns(Col).Replace Word, "#N/A", xlWhole.SpecialCells(xlCellTypeConstants, xlErrors).EntireRow.DeleteEnd With
End Sub
Tags: Excel, UDF, text, delete, exclui, palavra, word, row, line
Nenhum comentário:
Postar um comentário