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

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -