How do I bold specific words in VBA macro for word?
The macro works like so.....I build a string, then apply the string to the
Sheet's range text property. The problem is that there are specific words
inside the paragraphs that must be in bold. Is there command that I can put
into the string that will automatically cause the words to be in bold? If not
what are some ways that I can search for the words and bold them?
Thanks,
ACFalcon
Anne Troy - 12 Sep 2005 18:37 GMT
You can use Find and Replace. Check out the "formatting". So you can find
"Falcon" and replace with "Falcon" (bold formatted).
************
Anne Troy
www.OfficeArticles.com
> How do I bold specific words in VBA macro for word?
>
[quoted text clipped - 8 lines]
> Thanks,
> ACFalcon