Replacing RANDOM TEXTS

N

notanoobreally

is there in any way that i can replace random texts in a word file.. i
a batch.. now that is like for eg.

Can we change every 4th "is" with "is" of a particular font and 3r
"the" with "the" of a particular font?
Can we apply this replacement on a group of files in a folder?


Thanks a lot!!
:)
Wonderful Forum
 
G

Graham Mayor

You cannot do it with the replace function - finding the fourth instance
would have been easy enough, but it's the formatting of it without the part
that preceded it that is the problem. It may be possible to cobble something
up in vba, but you would need to be more explicit. Ask your question in a
word vba newsgroup.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
Graham Mayor - Word MVP

Web site www.gmayor.com
Word MVP web site www.mvps.org/word
<>>< ><<> ><<> <>>< ><<> <>>< <>>< ><<>
 
Top