Results 1 to 3 of 3

excel backtraking code in vba

Threaded View

  1. #1
    Registered User
    Join Date
    07-13-2012
    Location
    Romania
    MS-Off Ver
    Excel 2003
    Posts
    2

    Question excel backtraking code in vba

    Hello

    Sorry if I did a mistake by posting here, and also I want to apologise me for my bad english.

    I have a little problem and I don't know how to fix it.

    I'm novice in vba, and that's way I called for help.

    So I have 358 codes and i want to make combinations betwen them without repeat codes betwen them.

    I will start with a little example.
    Let's say I have just 4 codes for start:

    A1 - AAA
    A2 - AAA
    A3 - AAA
    A4 - AAA

    The result will be like this:
    CODE1 CODE2
    A2 - AAA A1 - AAA
    A3 - AAA A1 - AAA
    A4 - AAA A1 - AAA
    A3 - AAA A2 - AAA
    A4 - AAA A2 - AAA
    A3 - AAA A4 - AAA

    Anyone know how to do this?
    Thank's in advance.
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1