From: Tov on
I need to do a standard add/replace of text, but I also need to OMIT some text.

For example, I need to FIND: John
Replace with: TOM
OMIT: John (David)

I need to replace 250 instances of "John" while Omitting 2400 instances of
"John (David)"

How?
From: Doug Robbins - Word MVP on
Do it in several steps. First replace John (David) with XXXXX; Then replace
John with Tom; then replace XXXXX with John (David)

Or you could write a macro, but for a one time exercise, it is probably not
worth it.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP, originally posted via msnews.microsoft.com

"Tov" <Tov(a)discussions.microsoft.com> wrote in message
news:8C3DF9DD-A379-4DFA-AC05-C810C1E956A6(a)microsoft.com...
> I need to do a standard add/replace of text, but I also need to OMIT some
> text.
>
> For example, I need to FIND: John
> Replace with: TOM
> OMIT: John (David)
>
> I need to replace 250 instances of "John" while Omitting 2400 instances of
> "John (David)"
>
> How?