PDA

View Full Version : Add New Rows to Table with Control Content Copied from First Three Rows of Table



tcor1194
01-12-2014, 05:20 PM
Hi,
I am looking to implement a method of inserting new rows to an already existing table, whereby the first three rows of the table are copied and inserted. Ideally it would copy formatting etc, but specifically copy control content such as text boxes, date picker etc. (but the control content is blank, ready to be filled out 'again').

So far I have found gregmaxey.mvps.org/word_tip_pages/add_table_row_with_content.html which is almost ideal, but I need to adjust it so that the rows copied are the first three rows of the table, not the previous row. Anyone have any idea what adjustment would need to be made to the linked code?

Many thanks