Word VBA: find a paragraph containing a few words and add comment -


i using find/replace function vba macros find matches in word file , replace, i've have found way add comments. next want make vba-macro allowing find paragraph containing specific words (possible in different order) , add adequate comment. me it?

i attempting use instr function i've got still problem locating paragraph containg e.g. 2 words: first word @ beginning of given paragraph , second word @ end of same paragraph. suggestions?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -