View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
J@Y J@Y is offline
external usenet poster
 
Posts: 127
Default Searching: Many variations of one word

I want to search a word , lets say "Canadian". But within the search range,
there are many variations of that word. ie: Canada, Cdn, (Cdn) and variations
with cases. I am thinking of the Dictionary File concept used by Bruteforce
software. What is an organized way to perform this search?