Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in RPA by (5.3k points)

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}"

1 Answer

0 votes
by (9.5k points)

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

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Browse Categories

...