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.
Bookmarks