S
Steve Barber
Hi,
I am looking fo some VBA that will search for a certain string e.g.
"*Begin*" and then delete all the text between that string and another e.g.
"*End*".
so for the following text
This is what I want
*Begin*
This is what I dont want
*End*
and now it is clean
I would end up with
This is what I want
and now it is clean
Any help with this would be very much appreciated
Thank you all in advance
Steve Barber
I am looking fo some VBA that will search for a certain string e.g.
"*Begin*" and then delete all the text between that string and another e.g.
"*End*".
so for the following text
This is what I want
*Begin*
This is what I dont want
*End*
and now it is clean
I would end up with
This is what I want
and now it is clean
Any help with this would be very much appreciated
Thank you all in advance
Steve Barber