![]() |
|
#4
|
|||
|
|||
|
Sub FindWord_and_ChangeColor()
Dim LastRow, i As Long Selection.HomeKey Unit:=wdStory With Selection.Find .ClearFormatting .Forward = True .Wrap = wdFindContinue .Text = "put your text here" .Execute End With Do While Selection.Find.Found Selection.Expand Unit:=wdSentence Selection.Font.ColorIndex = wdGreen Selection.Collapse Direction:=wdCollapseEnd Selection.Find.Execute Loop End Sub |
| Tags |
| formatting, regex |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
VBA to highlight words if used too much
|
aolszewski | Word VBA | 3 | 11-23-2013 02:07 AM |
Highlight all underlined words
|
zdodson | Word VBA | 1 | 07-11-2013 04:53 PM |
Macro to highlight words
|
bertietheblue | Word VBA | 9 | 07-01-2013 12:39 PM |
Highlight and then replace multiple words
|
redhin | Word VBA | 5 | 03-05-2013 05:42 AM |
Find and highlight all words ending in -ly
|
RBLampert | Word VBA | 13 | 10-23-2012 04:45 PM |