I am trying to get the permutations of a given word and then apply common-sense rules to the new word strings (e.g. no more than 2 vowels together).
The words then have to be ranked and displayed within a form (probably top 10 or 20). I have the folowing code:
Sub ListWords(word)
For i...
Hello, does anyone know how to program an anagram generator without the use of a dictionary.
I can just about return the permutations but unfortunately not very well.
I am using VBA, so if any VBA buffs would like a challenge or wouldn't mind giving advice I would most appreciate it.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.