R
Rod
I have some long documents (400+ pages) in which most of the text is in
tables. There are around 80,000 paragraphs including those in tables
I am only interested in the paragraphs that are not in tables. Does anyone
know of a way to efficiently either form such a collection or to test if a
paragraph is within a table.
Something like
For Each myPara In ParagraphsNotInTables
........
Next
or
If myPara IsInTable Then
'ignore
Else
.....
many thanks in advance
Rod
tables. There are around 80,000 paragraphs including those in tables
I am only interested in the paragraphs that are not in tables. Does anyone
know of a way to efficiently either form such a collection or to test if a
paragraph is within a table.
Something like
For Each myPara In ParagraphsNotInTables
........
Next
or
If myPara IsInTable Then
'ignore
Else
.....
many thanks in advance
Rod