I am trying to run a ‘Do Until’ loop in my macro that will search for a word, if its found, select the whole row containing that word, delete it, find the next and repeat. So far I have:</SPAN></SPAN>
Do</SPAN></SPAN>
Cells.Find(What:="Find_Word", After:=ActiveCell, LookIn:=xlFormulas...