I've got a list of words that sit in an array. I need to search through a word document one paragraph at a time with all the word that are in the array. The problem that Im having, is that it finds the first one, but does not continue with the rest of the words in the array.
Does anybody know of an example on the web that can help me out with this one?
Regards