Quote:
Originally Posted by Journeyman
I have a word document with several ActiveX Textbox controls laid out in a form.
I need an event to run on the selection of those controls - specific to the selected control. For some very odd reason Microsoft chose to remove the events for ActiveX controls, so now I'm left trying to code events to trap a change.
This will return true if my selection is within an ActiveX Content Control
|
This is rather confusing.
You first say that you have ActiveX Textboxes, then the rest of your post is about content controls.
The two are entirely different. Content controls have nothing to do with ActiveX.
The events for content controls have not been removed. They are, and always have been, document level events and can be accessed via the ThisDocument module.