I'm trying to find a way to add lines and information to a prebuilt table in a word document. The table is right now only two lines. The headers and a blank line (2 Columns). How would I go about adding new lines of data to this table. I've tried with bookmarks but I have been unable to get the code to work.
I would give a sample of code but my code just fails so I don't think it would help.
I need to be able to loop through a 2-D array and insert new rows with information from the 2-D array for each time it loops.