HI there,
I have a document which has the following text in it {{MAP}}
I wish to replace that text with a hyperlink rather than static text.
I have tried the following line of code;
doc.Range.Replace("{{MAP}}", New A…...ReplaceTextWithField() Dim regex As New Regex("\{\{(MAP)\}\}") doc...doc.Range.Replace(regex, "https://www.google.co.uk/maps/place/"...