I want to run a macro when I click a checkbox in Word 2010.
Note that I neither want the "Legacy Forms" checkbox nor the "ActiveX" ones! They do only work in some "protected document mode" and look ugly, but I want the new ones which can be selected and unselected just when you write the document, and which look much nicer to me.
I know, with the legacy forms, you can directly insert a Macro when entering the form element and one for leaving it, and you can catch the event in VBA like
Sub CheckboxXY_Click()
But that does not work with the Word 2010 checkboxes, even when I give them a description and a tag name.
Repeat: these are the forms I want to use (just in case somebody would advise me to use the Legacy ones):
And that's how they look like in the document (with mouse hover):
I cannot believe that I was the first one who tried this...