S
Steved
Hello from Steved
J( 2 0 0) the macro is ok to bold
Hr(14 2 2) what do I add to the macro please to catch the Hr to bold
Sub RaceBaseBold()
Selection.Find.ClearFormatting
Selection.Find.Replacement.ClearFormatting
With Selection.Find
.Text = "[A-Z]\([0-9 ]{2,}\)"
.Replacement.Text = ""
.Forward = True
.Wrap = wdFindContinue
.Format = True
.MatchCase = False
.MatchWholeWord = False
.MatchAllWordForms = False
.MatchSoundsLike = False
.MatchWildcards = True
.Replacement.Text = ""
.Replacement.Font.Size = "8"
.Replacement.Font.Bold = True
Selection.Find.Execute Replace:=wdReplaceAll
End With
End Sub
Thankyou.
J( 2 0 0) the macro is ok to bold
Hr(14 2 2) what do I add to the macro please to catch the Hr to bold
Sub RaceBaseBold()
Selection.Find.ClearFormatting
Selection.Find.Replacement.ClearFormatting
With Selection.Find
.Text = "[A-Z]\([0-9 ]{2,}\)"
.Replacement.Text = ""
.Forward = True
.Wrap = wdFindContinue
.Format = True
.MatchCase = False
.MatchWholeWord = False
.MatchAllWordForms = False
.MatchSoundsLike = False
.MatchWildcards = True
.Replacement.Text = ""
.Replacement.Font.Size = "8"
.Replacement.Font.Bold = True
Selection.Find.Execute Replace:=wdReplaceAll
End With
End Sub
Thankyou.