![]() |
#3
|
|||
|
|||
![]()
Hi!
Try this : Code:
Sub ReplaceRed() ' With Selection.Find .ClearFormatting .Font.Color = wdColorRed .Replacement.ClearFormatting .Text = "" .Replacement.Text = "" .Forward = True .Wrap = wdFindContinue .Format = True End With Selection.Find.Execute Replace:=wdReplaceAll Selection.Find.ClearFormatting End Sub |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
Mike84bs | Word | 2 | 07-25-2016 07:36 AM |
How to select the text of certain length? | gn4619 | Word VBA | 6 | 04-30-2015 12:56 PM |
VBA Search Table for Text/Select Text/Insert Hyperlink | sldrellich | Word VBA | 3 | 03-24-2015 01:09 PM |
Microsoft Word macro to find text, select all text between brackets, and delete | helal1990 | Word VBA | 4 | 02-05-2015 03:52 PM |
![]() |
newbieX | Word VBA | 3 | 03-28-2014 04:21 PM |