Hi guys,

this is my first question, I am wondering if anyone can help point me in the right direction and tell me if/how this would be feasible.

I have a bunch of data in relation to a name in an excel file, for example.

John Doe | data 1 | data 2 | data 3| data 4
Joe Doe | data 1 | data 4 |

and then I have a word file that is specific to each name, for example, the word file for John Doe has these check boxes



[checkbox] data 1
[checkbox] data 2
[checkbox] data 3
[checkbox] data 4... so on and so forth until data 20

I need to program a macro so that for each name, the program will fill out the checkboxes for the corresponding data for each name.

Is this possible, how would I go about doing it? Thanks.