How to check the Check box in word document?
Can we automate the check boxes in word document.
Please find the attachment for reference.
How to check the Check box in word document?
Can we automate the check boxes in word document.
Please find the attachment for reference.
@Anilkumark3888 Can you please reply with the solution for this question.
@Anilkumark3888 Please attach a sample document and we can give you some help.
@jeffbadger Here by attaching the document for reference in this we need to check the check box.
for example if the option is yes we need to check the yes check box using automation.
Application for Employment (1).doc (50.5 KB)
@Anilkumark3888 Here is a simple solution to check these boxes. These items are FormFields in Word. You can iterate through the FormFields collection and find the checkbox controls that you need to update. To identify the names of the controls double click on them in the Word document. A dialog will appear like this:
You can now write an automation like this:
WordCheckBox.zip (30 KB)
@jeffbadger Thanks For Solution.
can you please help me with the other issue too
can we copy the same content in word document into different pages with different data in bookmark fields which will be imported from excel .Here I’m attaching the word document and excel file for reference
and also I’m attaching the automation screenshot which I tried .
can you please help me with the issue
Test_Excel.xlsx (8.69 KB)
Test_Doc.docx (12.1 KB)
@ThomasSasnett Thanks for the response, I have created a new question here I am attaching the link can you please help me with the issue.
@Anilkumark3888 If you don’t mind, please create a new post for this second question. I will provide a suggestion there.