I am having an issue replacing text with attached footnotes. Is it possible to find the text without including the attached footnote?
For example, I’ll upload a small word document.
test-replace.docx (15.9 KB)
var howMany = replaceTesting.Range.Replace("), a Swiss citizen ", "test"); // howMany = 0
How can I get this replacement to work?