How about
Dim oRng As Range Set oRng = ActiveDocument.Range With oRng.Find .Highlight = True Do While .Execute With oRng .InsertBefore "(" .InsertAfter ")" .HighlightColorIndex = wdNoHighlight .Collapse 0 End With Set oRng = Nothing End With
How about
Dim oRng As Range Set oRng = ActiveDocument.Range With oRng.Find .Highlight = True Do While .Execute With oRng .InsertBefore "(" .InsertAfter ")" .HighlightColorIndex = wdNoHighlight .Collapse 0 End With Set oRng = Nothing End With
Graham Mayor - MS MVP (Word) 2002-2019
Visit my web site for more programming tips and ready made processes
http://www.gmayor.com