Hi,
So far I am capable in creating a loop that deletes a row with specific parameters (like font color is vbred). But this requires me to re-run the loop because the current approach I am using ("for each" loop) is causing the loop to jump over a row that I want to delete.
For example:
R1 To delete
R2 To delete
R3 To delete
R4 To delete
**After running the loop I still have
R2 To delete
R4 To delete
Is there another approach to identifying, selecting, and deleting the rows besides using a "for each" loop? Could I do this in one go?
Thanks,
So far I am capable in creating a loop that deletes a row with specific parameters (like font color is vbred). But this requires me to re-run the loop because the current approach I am using ("for each" loop) is causing the loop to jump over a row that I want to delete.
For example:
R1 To delete
R2 To delete
R3 To delete
R4 To delete
**After running the loop I still have
R2 To delete
R4 To delete
Is there another approach to identifying, selecting, and deleting the rows besides using a "for each" loop? Could I do this in one go?
Thanks,