Quote:
That was not my intention by asking that question
To make myself clear I need a vba code to classify each paragraph not more than 2000 words, and the beginning of each paragraph starts with the word resume or continuance. Regardless of grammatically wrong sentences.
|
When posting you MUST be precise and clear. This is what I think you mean...but I could be wrong, because you are NOT precise and clear.
IF a paragraph is < 2000 words;
AND ONLY if that paragraph starts with "resume" or "continuance"
go to the end of that paragraph and add a paragraph mark.
If the paragraph is <2000 words, and does NOT start with "resume" or "continuance", do nothing.
If the paragraph starts with "Resume" or "Continuance", do nothing.
If the paragraph is 2000 words, or greater, do nothing.
Remember THAT is precise what you said to do. Is this correct?