Quote:
Originally Posted by gmaxey
Use the ThisDocument ContentControl_OnExit Event
Select Case ContentControl.Title
Case "Your CC Title"
YourTargetCC.LockContents = False
'Your Code
YourTargetCC.LockContents = True
End Select
|
Thanks you are indeed a helpful person