OK here's the deal...
I know how to find the first occurence of a string using Instr BUT
how can I increment through a document and eliminate all </font> tags after I find my starting point then leaving the last one intact?

from this:

document words are here with other </font> tags but I don't
want to erase these. I want to erase the ones' below
this marker >i.

yadayadayada</font>
yadayadayada</font>
yadayadayada</font>
yadayadayada</font>

to this:

document words are here with other </font> tags but I don't
want to erase these. I want to erase the ones' below
this marker >i.

yadayadayada
yadayadayada
yadayadayada
yadayadayada</font>