I am running Word Automation within an application to drive changes to
Word documents. As part of this application, I need to be able to
duplicate table rows. Adding a blank row is insufficient, as the table
rows may have specific formatting (and text) within each cell, that
all need to be duplicated. I am currently using cut-and-paste, which
is working, but is dangerous as any other changes made to the
clipboard on the PC can affect the process.
Is there a way to duplicate rows within Word tables, but without using
cut-and-paste
Thanks