Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
1  
Can you show your code so far? – GrandMasterFlush Feb 26 at 10:34

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.