Hello,
I'd like to know if it is possible to create a macro to delete all the lines between 2 pre-defined texts such as on example below:
AAAA
bla bla bla
bla1 bla2 bla3
asdfg lkjhg
FFFF
AAAA
blad blas blaa
blax blay blaz
12345
FFFF
AAAA
888888
bla1 bla2 bla3
45656
FFFF
I want to create a macro to remove all the lines between the line with AAAA and the line with FFFF (this 2 must remain on the original file). So the result would be
AAAA
FFFF
AAAA
FFFF
AAAA
FFFF
btw, the number of lines between this two points can be variable
Thanks for the help
I'd like to know if it is possible to create a macro to delete all the lines between 2 pre-defined texts such as on example below:
AAAA
bla bla bla
bla1 bla2 bla3
asdfg lkjhg
FFFF
AAAA
blad blas blaa
blax blay blaz
12345
FFFF
AAAA
888888
bla1 bla2 bla3
45656
FFFF
I want to create a macro to remove all the lines between the line with AAAA and the line with FFFF (this 2 must remain on the original file). So the result would be
AAAA
FFFF
AAAA
FFFF
AAAA
FFFF
btw, the number of lines between this two points can be variable
Thanks for the help