I have a ContentControl that is a DatePicker in a word document. I\'m trying to use it to populate some value in a code behind but I cant seem to get the value out of it.
Is this what you are trying?
Private Sub Document_ContentControlOnExit(ByVal ContentControl _ As ContentControl, Cancel As Boolean) MsgBox ContentControl.Range.Text End Sub
SNAPSHOT