BigBeachBananas
Active Member
- Joined
- Jul 13, 2021
- Messages
- 450
- Office Version
- 365
- Platform
- Windows
- MacOS
Hi,
I have a list of elements and I want a VBA to generate unique combinations, and a combination of the element and itself is possible. For example, we can have NS1_NS1, NS2_NS2, ect... but NS1_NS2 = NS2_NS1 so I'll only need NS1_NS2 or NS2_NS1 but not both.
I have a list of elements and I want a VBA to generate unique combinations, and a combination of the element and itself is possible. For example, we can have NS1_NS1, NS2_NS2, ect... but NS1_NS2 = NS2_NS1 so I'll only need NS1_NS2 or NS2_NS1 but not both.