How to ‘Tick’ a CheckBox in a Word document using UiPath

Punit Birla
Jun 2, 2021

Lets create a word document having some checkboxes as shown in below screen shot

Word document check box

Lets create a blank process in UiPath.

Add managed package “Microsoft.Office.Interop.Word”

Managed Packages

In the Main Workflow, add an activity “Invoke Code”.

Main Workflow

In the invoke code activity, please add below code. Highlighted in Red, the code will check the check box present in word document. (Note: assume the name of checkbox is ‘Check1’)

Invoke Code Arguements

--

--

Punit Birla

I am a Software Architect having experience of more than 14 years.