synergy16
Active Member
- Joined
- Mar 17, 2016
- Messages
- 419
- Office Version
- 365
- Platform
- Windows
good morning all. i need some assistance with a VBA sub that takes X elements in a column and returns all possible combinations of those. order does not matter BUT i dont want repeats of the same grouping, and the grouping can be 1 element to X elements. so in otherwords, the X elements are operations done to a part. some parts will have all operations done some will have 1 operation done. so what returns from the sub will be a list of all possible ways a part can be worked on.