D
dedawson
A simple problem. I can easily define Search criteria to find the
first occurence of text formatted as wdEnglishUS (or any other
language, for that matter). What I need to be able to do is define a
Search that finds the first text that is NOT wdEnglishUS.
I can brute force it by Replacing all wdEnglishUS text with Highlight,
conducting a second Search for Not Highlight (thereby identifying the
text that is NOT wdEnglishUS), followed by a third Replace to remove
the Highlighted text. The problem with this approach, of course, is
that if there was anything already Highlighted before I began, it will
be lost when I'm done.
Any suggestions will be gratefully accepted.
david
first occurence of text formatted as wdEnglishUS (or any other
language, for that matter). What I need to be able to do is define a
Search that finds the first text that is NOT wdEnglishUS.
I can brute force it by Replacing all wdEnglishUS text with Highlight,
conducting a second Search for Not Highlight (thereby identifying the
text that is NOT wdEnglishUS), followed by a third Replace to remove
the Highlighted text. The problem with this approach, of course, is
that if there was anything already Highlighted before I began, it will
be lost when I'm done.
Any suggestions will be gratefully accepted.
david