![]()
Sub DelRows() Dim r As Range For Each r In Range("A1:A1000") If r.Text = "Billy" Then r.EntireRow.Delete Next End Sub
![]()
Sub DelRows() Dim r As Range For Each r In Range("A1:A1000") If r.Text = "Billy" Then r.EntireRow.Delete Next End Sub
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks