how to split a number into multiple smaller numbers?
For example, there are 17 apples, 22 oranges and 14 peaches to be store into basket.
Each basket can store 10 apples, so...
basket1 = 10 apples
basket2 = 7 apples and 3 oranges
basket3 = 10 oranges
basket4 = 9 oranges and 1 peach
basket5 = 10 peaches
basket6 = 3 peaches
How can I do this with vba?..Anyone please help me up![]()
Bookmarks