Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
I want to make every occurance of a word in BOLD type when it comes after two
specific words. I.e.: "status of Completed" - "status of bCompleted/b" (last word is in bold) |
#2
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
You can do this without wildcards. Just manually format one occurrence of
"status of Completed" as desired (that is, add bold to "Completed") and copy it to the clipboard. Then, in the Find and Replace dialog box, enter status of Completed in the "Find what" box, and in the "Replace with" box, type ^c. Click Replace All. -- Stefan Blom Microsoft Word MVP "Dougmeister" wrote in message ... I want to make every occurance of a word in BOLD type when it comes after two specific words. I.e.: "status of Completed" - "status of bCompleted/b" (last word is in bold) |
#3
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
If there are enough different possible words such as "Completed" to make
it worthwhile, a. Two steps would probably do it unless you need to preserve some existing formatting - something like 1. find (status of )(*) replace with \1\2 formatted in bold 2. find (status of) formatted in bold replace with \1 formatted not bold b. If you needed to preserve formatting you could try to choose some formatting that isn't currently used, e.g. if all text is in the Automatic colour, and add a step, e.g. 1. find (status of )(*) replace with \1\2 Text color: red 2. find (status of) text color: red replace with \1 text color: Auto 3. find text color: red replace with Bold, text color: Auto Peter Jamieson http://tips.pjmsn.me.uk On 13/11/2009 20:39, Dougmeister wrote: I want to make every occurance of a word in BOLD type when it comes after two specific words. I.e.: "status of Completed" - "status ofbCompleted/b" (last word is in bold) |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
"Find" finds text but "Replace" doesn't | Microsoft Word Help | |||
I can't "Open" a downloaded template. Only "Save" and "Cancel" | Microsoft Word Help | |||
What does "char" "char1" "char2" mean in styles in Word? | Microsoft Word Help | |||
The "Symbol" under "Insert" disappeared and replaced by "Number" | Microsoft Word Help | |||
"find" and "search/replace" modes | Microsoft Word Help |