Ok getting a little clearer. Still bamboozled by the following
.Replacement.Text = "\3"
.Execute Replace:=wdReplaceAll
How does the replace work? what is \3 why does Greg use \2 and is this where the original tags are deleted?
.Text = "(\<" & arrTerms(i) & ")(\>)(*)\1/\2"
What is (*)\1/\2 doing it looks like jibberish?
|