I have a word document in which there are two tables. I need to read split the word document based on values in the 3rd column of second table, also keeping the first table intact in all new documents.
For example
the table-2 has 10 rows and the rows for 3rd column has values as {1,1,2,3,2,1,3,2,1,1}
I need to split this wprd file in 3 word files with first table intact and second table in each file with rows pertaining to {1,1,1,1,1}, {2,2,2}, {3,3} respectively
I am trying to write a macro, but am not able to figure it out at all.