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!

Search results for query: *

  • Users: Suhmer
  • Content: Threads
  • Order by date
  1. 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