eliminating paragraphs

F

filo666

I have a long document, I want to eliminate all the paragraphs that don't
start with a specific format (++WORD IN BOLD :) if the paragraph does not
start with a word in bold then the hole paragraph is to be eliminated, how to
do this???
 
H

Helmut Weber

Hi Filo,

wouldn't be a problem at all, if there wasn't
the fuzzy definition of "word" in natural language.

You have to look for a sequence of bold characters
at the start of a paragraph until a delimiter is reached.

What are your delimiters?

--
Greetings from Bavaria, Germany

Helmut Weber, MVP WordVBA

Win XP, Office 2003
"red.sys" & Chr$(64) & "t-online.de"
 
Top