Select and Delete 2 lines after each blank line
Dear all,
I have large amounts of text that can be seen as the following pattern:
Good Line
(empty line)
Bad Line
Bad Line
Good Line
(empty line)
Bad Line
Bad Line
Etc...
I would really like to delete all blank lines along with the next 2 bad lines. I only know this is possible in VBA! but I am not proficient in it (my experience is with excel VBA)
|