Quote:
Originally Posted by gmaxey
Using Paul's refined construction:
|
which could be reduced to:
Code:
Sub Demo()
ActiveDocument.Range.Find.Execute FindText:="([! ])^32 ", ReplaceWith:="\1", MatchWildcards:=True, Replace:=wdReplaceAll
End Sub
but I'm sure you knew that