I want to write a Word VBA Macro that automatically fills in ActiveX control fields in a Word document using data contained in an Excel file. I managed to open and retrieve values from the Excel file, but I am getting stuck on changing the values of the ActiveX control fields.
How can the value of ActiveX control fields be accessed and modified in VBA ?
By "field", I means both text fields, radio buttons and check boxes (e.g. checking/unchecking the box in the VBA Macro).
A link to a page with a clear explanation of how to work with ActiveX control fields in VBA is also welcome, as I haven't been able to find any useful material so far (on this particular point).