Dear Expert Out There,
I have created the macro to look for the word "closing balance" and then delete the row. But it run into error. Is there anything wrong with themacro below.
[If Sheets("Estmt").Range("B1:B10000") Like "*CLOSING BALANCE*" Then
EntireRow.Delete
End If
End Sub]
I have created the macro to look for the word "closing balance" and then delete the row. But it run into error. Is there anything wrong with themacro below.
[If Sheets("Estmt").Range("B1:B10000") Like "*CLOSING BALANCE*" Then
EntireRow.Delete
End If
End Sub]