Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mp2001

  1. mp2001

    Anagram Generator

    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...
  2. mp2001

    Anagram Generator

    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.

Part and Inventory Search

Back
Top