Back
I have an object which should highlight all text in a Word document and then press CTRL SHIFT F9 to remove all links. All the text highlights but the links remain afterwards?
I am global mouse clicking the page and then global sending "^+{F9}"
try doing by extending the Word VBO Object.
Dim d As Object = GetDocument(handle,document_name) d.Select With d.Fields .Update .Unlink End With d = Nothing
31k questions
32.8k answers
501 comments
693 users