Thanks for your response. By line, I meant a paragraph header. There are
several in the document that I merge into Word, and I want to bold and/or
italicize the lines that start with ther letters "BLD"
If I understand what you mean by "paragraph header" you should be able to
use a Find/Replace
Open up the Find/Replace Dialog
Press More if need be to see the whole thing
Check Use Wildcards
Find <BLD([!^13]{1,}^13) -- that's less than symbol, B, L, D, left
parenthesis, left (square) bracket, exclamation point, caret, one, three,
right bracket, left brace, one, comma, right brace, caret, one, three, right
parenthesis
Replace \1 -- that's backslash, one
Set Replace format to Bold (cursor in Replace, Click on Format, Select Font,
Choose Bold, Close)
Hit Replace All
(untested so I might have made a typo - or other stupid mistake :)
--
Enjoy,
Tony
> Thanks for your response. By line, I meant a paragraph header. There are
> several in the document that I merge into Word, and I want to bold and/or
[quoted text clipped - 30 lines]
> > > --
> > > Burt