My requirements are:
Items have one continuous dimension.
Each item may only appear once.
Group sizes may not be greater than 10.
Each group must fit entirely in one of three categories.
Small: 1 to 3
Medium: 2 to 4
Large: 3 to 5
What is the easiest way to code VBA so that the group sizes are as similar as possible?
New contributor
Will Pettit is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
0