Rakesh
11-11-2014, 03:19 AM
Hi Guys,
Hi had the below Wildcard replace macro. How to repeat it until the find text = “”
ActiveDocument.Content.Find.execute _
FindText:="(Number of[!^13]@^t)^t", _
MatchWildcards:=True, _
ReplaceWith:="\1", _
replace:=wdReplaceAll
Thanks,
Hi had the below Wildcard replace macro. How to repeat it until the find text = “”
ActiveDocument.Content.Find.execute _
FindText:="(Number of[!^13]@^t)^t", _
MatchWildcards:=True, _
ReplaceWith:="\1", _
replace:=wdReplaceAll
Thanks,