View Single Post
 
Old 07-27-2023, 01:39 AM
Italophile Italophile is offline Windows 11 Office 2021
Expert
 
Join Date: Mar 2022
Posts: 542
Italophile is just really niceItalophile is just really niceItalophile is just really niceItalophile is just really nice
Default

Quote:
Originally Posted by Journeyman View Post
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.
Reply With Quote