A family of Microsoft word processing software products for creating web, email, and print documents.
I reviewed the documentation for Word event listeners, and it seems that Microsoft does not provide an event that triggers 'when a dropdown menu option is clicked.'
Based on my limited VBA knowledge, it appears that the only option available is to use the ContentControlOnExit event. When the user leaves the dropdown menu control, VBA considers the value of the dropdown menu to be correctly stored in memory, thus triggering the code logic within the event—at least, this is my understanding. Until Microsoft provides us with more event listeners, this is the best approach I can think of.
If my code has been helpful to you or sparked some programming ideas, please select 'Yes' under any response that was helpful.
It will make it easier for other users encountering the same query to find this thread through search engines. Thank you for your cooperation.
Have a nice day!
Thomas