I have a word doc with several checkbox fields. I can fill the text fields, but haven’t figured out how to check checkboxes.
I can’t just make a macro in word and see how word does it because to use the keyboard to check the box (space bar), you have to enable document protection, which disables macro creation.
I just tried setting an old fashion Word2003 Checkbox with VBA. Worked with that piece of code:
On the other hand I created a VS2012 WordProject with VB.net and added some code to check the box on load.