Hi,
we are trying to replace tags with html text (which is a content control) but we get the following error:
‘The reference node is not a child of this node.’
the code we use is:
doc.Range.Replace(lookupString, “”, …...Remove(); // formatting the content to match the...