Wynn
2008-04-17 10:30:24 UTC
on this page that does what I need almost perfectly:
http://vbadud.blogspot.com/2007/10/excel-vba-findall-method.html
The problem is that it works only for single words or exact phrases. If I have multiple words in the textbox, I’d like to have all titles in the list with *any* of the search words get flagged as true. For example, if the search was “Nim’s Island”, I should get all cells with “Nim’s” or “Island” flagged as true. Any help would be greatly appreciated. Thanks.