M
Mike
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?
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?