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

In message
at 21:01:40 on Mon, 14 Sep 2009, Bernie Deitrick
wrote
Application.CheckSpelling(String) will return TRUE when the spelling is
OK. Alternatively, you could check the strings against your word list
for a match. You should probably start with the longest strings and
work to shorter strings, since, for example, "short" is correctly
spelled but the word to be found may actually be "shorter" .....

Thank you - that works a treat
--
Mike News