Hi all,

I am writing a vba code, in which i am trying to link the userfrom with the MS word.

I have a checklist in the ms word with checkboxes & Textboxes, wherein i want the users to provide data by checking the checkboxes in checklist. Now i thought to create the checklist in the userform. I have created the userform as same as the checklist in the ms word. Now if the user checks the check box 1 in the userform i want the same checkbox to be checked in ms word.

since i need to take a print of the checklist, i want the same in ms word.

Please help me in solving this vba code.

Note: I knew that the checklist in the word document can be printed,rather creating an userform, but i textboxes where users needs to provide the comments in the texboxes, which also needs to created in a separate word document (not in the checklist).

Thanks in advance.