N
nannon8
I have a userform that has a number of textboxes on it. Data from the
textboxes gets added to different parts of a Word Document.
I have a table where the rows get populated by the userform. I have
managed to get VBA to add the data from teh textbox into the next
available empty row fairly easily. However, once the empty rows run
out I am finding it difficult to add a new row to the bottom of the
table and enter the text in the textbox into the new row.
I am sure this is my inexperience of VBA. Can anyone help?
textboxes gets added to different parts of a Word Document.
I have a table where the rows get populated by the userform. I have
managed to get VBA to add the data from teh textbox into the next
available empty row fairly easily. However, once the empty rows run
out I am finding it difficult to add a new row to the bottom of the
table and enter the text in the textbox into the new row.
I am sure this is my inexperience of VBA. Can anyone help?