The obvious solution is to insert a control structure in your:
loop to determine which content control data to extract. Since you haven't told us anything about how those content controls might be identified (e.g. by title, tag, type, bookmark name(s) & range(s) in relation to the content controls, location in a table, etc.), it's impossible to be more specific.For Each CCtl In .ContentControls … Next
PS: When posting code, please post properly-formatted code so we can see its structure.