![]() |
#1
|
|||
|
|||
![]()
Hi,
I have a set of dependant content controls (Master and Slave). If Master.text = "NO" then Slave.text is set to "YES", then a msgbox displays and depending on the options selected from the msgbox the doc is disabled from editing and the above content controls are locked from editing aswell. All the code is placed in the "Private Sub Document_ContentControlOnExit". Even though the content controls are locked, a user can still "attempt" to change the text within (which will not change ofcourse), my issue is - when the user steps out of the content control the "Private Sub Document_ContentControlOnExit" is triggered again. How do I stop this or turn it off? Any ideas? |
|