B
Barry Goodthrall
I am sure this is probably easy but I need a macro that removes all
text between < >
Like if I have the following.
<a href="http://www.thisis what I want to delete">Don't want to delete
this.</a>
I want this just to remain
Don't want to delete this.
Of course I can remove all the </a> by a simple search and replace
replacing the </a> with a blank.
But its the other part I am having problem with.
I need all of them to be deleted so I will need the macro to start
from the top of the document and end at the bottom.
I am sure this is probably a very simple macro but I don't know VBA
that well.
text between < >
Like if I have the following.
<a href="http://www.thisis what I want to delete">Don't want to delete
this.</a>
I want this just to remain
Don't want to delete this.
Of course I can remove all the </a> by a simple search and replace
replacing the </a> with a blank.
But its the other part I am having problem with.
I need all of them to be deleted so I will need the macro to start
from the top of the document and end at the bottom.
I am sure this is probably a very simple macro but I don't know VBA
that well.