We have a word document with Rich Text Content Controls. Some of the Content Controls contain Tables. If a caption is added to these Tables, it places the caption in the Content Control proceeding the selected or current Content Control. It seems that for a Table placed without line/paragraph breaks, the Content Control Tags start and end in the first and last cells. Please see the image for an illustration:
Ex: What is should be
<tag>Content</tag>
For Tables:
<firstcell><tag>Reset of the Content</tag></lastcell>
I am unable to insert a line break manually (Ctrl + Shift + Enter) or using VBA. How can I add a line break before the table inside the content control. Or How can I make sure that the caption is put on top and inside the Content Control (VBA). Thank you.