Hello.
Yes, I was thinking that it would be better to use an Excel file for my list.
I'm very sorry. I know nothing about VBA.
What should I modify on the code ?
Where to put:
Code:
For i = 1 To docRef.Paragraphs.Count
Set oPara = docRef.Paragraphs(1).Range
oPara.End = oPara.End - 1
strFind = oPara.Text
'do stuff with opara.text
Next i
??
thx you