Resolved: Badly placed Cancel statement.
I'm using Word 2010 32bit on Windows 7 64bit. I have created a legal document with a preamble that contains multiple rich text content controls for various pieces of information, all nested within a locked for editing 'container' content control that protects
the entire preamble from being edited (excepting the embedded content controls). Upon exiting each embedded content control I run vba code to update a corresponding docvariable. The code executes without any problems, but once the VBA code has finished running
I can no longer move the cursor outside of the 'container' content control - I'm locked in. The only way I have found to get the cursor back into the document itself is to switch into Design Mode, manually move the cursor outside of the 'container' content
control, and then turn Design Mode off again. Has anybody run into this problem?