S
Steved
Hello from Steved
Find "Out of" turn on "extend" then highlite to the next "comma" then Delete
I was hoping my atempt would work but it will not
What do I need to do please
Sub Part5()
ActiveDocument.Range.Find.Execute _
FindText:="(* Out of *) Out of *,", _
ReplaceWith:="\1,", _
MatchWildcards:=True, _
Replace:=wdReplaceAll
End Sub
Thankyou
Find "Out of" turn on "extend" then highlite to the next "comma" then Delete
I was hoping my atempt would work but it will not
What do I need to do please
Sub Part5()
ActiveDocument.Range.Find.Execute _
FindText:="(* Out of *) Out of *,", _
ReplaceWith:="\1,", _
MatchWildcards:=True, _
Replace:=wdReplaceAll
End Sub
Thankyou