J
Jocelyn
I have a Word document comprised of a table with 4 rows. Upon the click of a
button on the document, I need to copy one of the rows and insert it as a new
row in the table. This new row must be blank and ready to handle new input
data. However, no matter how I approach this, if I do the copy/paste after
data has been entered in the original row, the new cell will not recognize
the full number of formfields. Specifically: the table.row.cell I need to
copy/paste has 100 formfields. If data is entered into 25 of them, when the
table.row.cell is copied/pasted, the formfields.count for the new
table.row.cell is 75, and the previously entered data is copied over as well.
I need the new table.row.cell to have 100 formfields, so I can affix new
labels for them and so they can accept new data.
How can I accomplish this?
button on the document, I need to copy one of the rows and insert it as a new
row in the table. This new row must be blank and ready to handle new input
data. However, no matter how I approach this, if I do the copy/paste after
data has been entered in the original row, the new cell will not recognize
the full number of formfields. Specifically: the table.row.cell I need to
copy/paste has 100 formfields. If data is entered into 25 of them, when the
table.row.cell is copied/pasted, the formfields.count for the new
table.row.cell is 75, and the previously entered data is copied over as well.
I need the new table.row.cell to have 100 formfields, so I can affix new
labels for them and so they can accept new data.
How can I accomplish this?