View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mike[_111_] Mike[_111_] is offline
external usenet poster
 
Posts: 27
Default CheckSpelling function

I want to try and write a wordsearch program to find all valid words in
a grid. The theory is I could pull out every possible word, land that
in a particular cell, then do a range.CheckSpelling on that range. If
it's good, then I add it to a list, if not I don't.

Also how easy is it to distinguish between UK & US spellings - e.g.
honour not honor for example?
--
Mike News