View Single Post
 
Old 03-15-2019, 06:25 AM
Asuryan33 Asuryan33 is offline Windows 10 Office 2016
Novice
 
Join Date: Oct 2017
Posts: 9
Asuryan33 is on a distinguished road
Default

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
Reply With Quote