Yes, you could code this as a loop --
For i = 1 to 30
With MyRange.Find
.Text = Choose(i, "name", "place", .......)
:
> Hi,
> I have a text which has entries like:
[quoted text clipped - 10 lines]
> the
> need for writing find and replace for each word.
Ram - 13 Apr 2006 00:22 GMT
I will try. Thank you.
> Yes, you could code this as a loop --
>
[quoted text clipped - 17 lines]
> > the
> > need for writing find and replace for each word.