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 -

What is happening when Matlab is starting a "parallel pool"? -

php - Cannot override Laravel Spark authentication with own implementation -