PDA

View Full Version : VBA To Extract Each Paragraph Under A Specific Outline Section



RobVos
09-09-2015, 06:33 AM
I have a need to loop through a multitude of Word Documents that are all in an outline format and extract certain sections.

I have the code to loop through the documents, but I do not know how to get the data I want.

What I really want is to extract all paragraphs that are in level 3 of section 2.

Thus I want paragraphs (2.1.1), (2.1.2), (2.1.3), etc. if they exist.

I want to get the actual paragraphs, not the numbers.

Thanks.