Hi,
Also note, every time I hit the button after selecting rows of the datagridview, the data(i.e. table) should be added to a new page of that same docx file with the same header format and not overwrite data.
I've done:
Furthermore, how do I sort the selected rows of the datagridview by say, column 2 values in ascending order?
Thanks in advance