Dim strTmp As String With ActiveDocument.SelectContentControlsByTag("ContainerContents") strTmp = .Item(1).Range.Text & .Item(2).Range.Text End With