Hi All,

Please help in solving my problem, I am very new to this VBA coding.

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. I thought to create the checklist in userform (within word). 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, Link the userform with 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 have textboxes where users needs to provide the comments in the textboxes, these comments needs to be collated in a separate word document (not in the checklist).

Thanks in advance.