From: Tov on 8 Mar 2010 23:27 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 9 Mar 2010 00:13 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?
|
Pages: 1 Prev: Word 2003 Form Fields Next: how do i find lost file on memory stick? |