E
Emily
Hello,
Using Word97.
I have a list of words (say, 10 at most) in an array that are to be
set with a bold font wherever they appear in a document. The document
can be a very long one - perhaps 200 pages, so I'd like to use the
fastest mehod to do this.
I've seen various methods in a Google search, and it seems that using
the Find object to replace the font with bold seems to be the fastest,
but I'm not sure how to loop through an array and using Find/Replace
to change the font to "Bold" for each of the words in the array.
Could someone please suggest some code for this?
TIA!
Using Word97.
I have a list of words (say, 10 at most) in an array that are to be
set with a bold font wherever they appear in a document. The document
can be a very long one - perhaps 200 pages, so I'd like to use the
fastest mehod to do this.
I've seen various methods in a Google search, and it seems that using
the Find object to replace the font with bold seems to be the fastest,
but I'm not sure how to loop through an array and using Find/Replace
to change the font to "Bold" for each of the words in the array.
Could someone please suggest some code for this?
TIA!