Forum Discussion
Juergen_Knauf
Aug 18, 2022Copper Contributor
Table format Problem
Hello,
when I insert a table into another table, the columns move and the structure is destroyed. Both table have the same format and use the same style sheet.
I insert the table using the following command:
Selection.InsertFile FileName:="_Table.docx", Range:="", _
ConfirmConversions:=False, Link:=False, Attachment:=False
Is there a solution for this?
9 Replies
- I would suggest copying the table from Table.docx and then paste it into the table in the document with which you are working.
- Juergen_KnaufCopper Contributor
We have tried that as well and got the same problems.
Juergen_Knauf Can you upload a copy of both documents so that we can investigate the issue.