My initial thought was to check if something is selected and collapse the selection. However, querying the following in Visual Studio reveals:
objWord.Selection.Range.Start = 0 andobjWord.Selection.Range.End = 1
The range of the group I am trying to unlock is from the range 1003 to 1220, so I don’t understand how there could be an overlap as the current selection is nowhere near my content control.