C
C_P
I am currently working on a project where I would like to copy multiple
tables from one word document to another word document. The problem
appears when in trying to copy multiple tables to the clipboard - I am
unsure of how to do this. Using the DataObject, I can copy text (from
what I can understand), but I need to keep the actual format of the
table.
I am able to copy one table from the first document to the next, but
when I try to switch back to the first (using
ActiveWindow.Next.Activate or ActiveWindow.Previous.Activate), it will
not switch back. Therefore, I would like to copy all the tables into
the clipboard (if possible).
Please advise.
tables from one word document to another word document. The problem
appears when in trying to copy multiple tables to the clipboard - I am
unsure of how to do this. Using the DataObject, I can copy text (from
what I can understand), but I need to keep the actual format of the
table.
I am able to copy one table from the first document to the next, but
when I try to switch back to the first (using
ActiveWindow.Next.Activate or ActiveWindow.Previous.Activate), it will
not switch back. Therefore, I would like to copy all the tables into
the clipboard (if possible).
Please advise.