D
David Turner
I have a 9-letter word and would like to ,using VBA code,
piece together as many different other words of 3-9
letters as possible (not duplicating any of the letters),
and then check them against a dictionary table.
I have managed this by using a table with all the
possible combinations, but it takes a long time to run
and was hoping you maybe able to provide me with some
pointers on code.
Thanks
piece together as many different other words of 3-9
letters as possible (not duplicating any of the letters),
and then check them against a dictionary table.
I have managed this by using a table with all the
possible combinations, but it takes a long time to run
and was hoping you maybe able to provide me with some
pointers on code.
Thanks