I am pretty sure what you meant to say was : ----
Quote Originally Posted by gmaxey View Post
        If WordDoc.ContentControls(i).Checked Then
          DocSheet.Cells(i + 1, 2).Value = "True"
        Else
          DocSheet.Cells(i + 1, 2).Value = "False"
        End If