Tagged Questions
0
votes
2answers
4k views
Using Selection.Find in Microsoft.Office.Interop.Word to find tracked changes in a document
I am currently using the code below within a VB.Net application to find specific text in a Word document. The text is surrounded by symbols represented by the character codes in the .Text statement. ...