Hi everyone,
I am having an issue with my loops.
I am trying to go down column A and delete rows if they contain certain strings, such as "Test", "Individual", etc.
Myloop is working but when they are on consecutive rows, since the n counter will go up on the next, it will skip the second instance.![]()
for n=4 to lastrow
So if i have rows
example text
Test
example text
Individual
Test
Example text
It will skip the Test when it goes through the next iteration of the for loop.
Can anyone explain how to stop it from doing that?
Thanks for the help!
Bookmarks