T
terryspencer2003
I am building a word scrambler in excel.
I want to:
1) enter a word into a cell
2) scramble it into every combination possible
3) check to see if each iteration is actually a word in english using
the excel dictionary.
Is it possible to access the spell check in VBA? Is it then possible
to use it to see if my word combinations are in fact real words? I am
assuming that I would have build a loop and use some sort of boolean
variable to validate if the word is real relative to a list from the
dictionary.
Can anyone help me with this?
Thanks
TS
I want to:
1) enter a word into a cell
2) scramble it into every combination possible
3) check to see if each iteration is actually a word in english using
the excel dictionary.
Is it possible to access the spell check in VBA? Is it then possible
to use it to see if my word combinations are in fact real words? I am
assuming that I would have build a loop and use some sort of boolean
variable to validate if the word is real relative to a list from the
dictionary.
Can anyone help me with this?
Thanks
TS