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 Suhmer

  1. Suhmer

    Non repeating combinations using recursion

    This solution is exactly what I need. This recursive function is elegant and simple [there's a difference between simple and easy]. Thanks xwb for the answer.
  2. Suhmer

    Non repeating combinations using recursion

    I'm trying to find all non repeating combinations of a set of letters. I'd like to use recursion but can't figure out how to change my code snippet to achieve this. Any ideas would be appreciated. Thanks. Dim Output(10) letset = "ABCDE" Limit = Len(letset) Counter = 1 For a=1 To Limit For...

Part and Inventory Search

Back
Top