O
Owen
I have a Word 2003 document which contains a table. I have recorded a command
button Macro which enables the user to copy the last row of a table and paste
it as a new row below.
The copied row contains a combobox list which has about 300 entries within
the combobox. When the macro creates a new row in the table, it copies the
shell of the combobox but does not copy the 300 entries. As a result, when
the new combobox list is clicked, there are no entries in the drop down.
Is it possible to include some coding to also copy the contents of the
combobox list?
Appreciate any help that can be provided.
Best Regards
Owen
button Macro which enables the user to copy the last row of a table and paste
it as a new row below.
The copied row contains a combobox list which has about 300 entries within
the combobox. When the macro creates a new row in the table, it copies the
shell of the combobox but does not copy the 300 entries. As a result, when
the new combobox list is clicked, there are no entries in the drop down.
Is it possible to include some coding to also copy the contents of the
combobox list?
Appreciate any help that can be provided.
Best Regards
Owen