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 -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -