User selects item from drop down box, clicks button, and the selected item populates the last row of a table
问题 In Microsoft word, I have a 3x3 table, a button, and a drop down list. When I press the button, I want the last row of the first column to be filled with the selected drop down list item. Then, add a row to the table below it. Currently, I can't even fill values into the table. ActiveDocument.Tables(15).Rows.Last.Cells.Value = "Hello" returns an error. What can I do? I managed to select the last row. ActiveDocument.Tables(15).Rows.Last.Select Now, I need to copy the current value from the