Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hi Paul,
Kindly correct my code in below: Selection.Find.ClearFormatting Selection.Find.Replacement.ClearFormatting Selection.Find.Replacement.Highlight = True With Selection.Find .Text = "([0-9])-([0-9])" .Replacement.Text = "\1^=\3" .Forward = True .Wrap = wdFindContinue .Format = True .MatchCase = False .MatchWholeWord = False .MatchWildcards = True .MatchSoundsLike = False .MatchAllWordForms = False End With Selection.Find.Execute Replace:=wdReplaceAll Before Run:55-66 After Run:556–6 |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Exclude numbers in parantheses using wildcard find and replace | Formatting Long Documents | |||
I would like to find and replace a list of words with numbers | Microsoft Word Help | |||
Find & Replace Wildcard Expression for Ordinal Numbers | Microsoft Word Help | |||
find and replace NUMBERS | Tables | |||
find and replace numbers using wildcards | Microsoft Word Help |