From: Lauro on
Hi,

after more testing I discovered:

1) Error "5224" has nothing to do with table range, also with simple
paragraphs I get the same error.

2) But if I insert a wdContentControlRichText Content Control this problem
doesn't arise.

i.e.:

With ActiveDocument
Set r = .Tables(1).Range
Set objcc = .ContentControls.Add(wdContentControlRichText, r)
End With

is fine

I' even more confused!

Thanks for any help, Lauro