hilyete
Active Member
- Joined
- Aug 19, 2009
- Messages
- 293
I want to create a dynamic array that stores the values of any cells selected in column A and then, when a commandbutton is clicked, list all of the values in one cell (B8), not summed, but just: 34, 17, 19, 22, 42, etc.
How do I create the array with VBA and store the selected values, then print them to cell B8 regardless of how many there are?
How do I create the array with VBA and store the selected values, then print them to cell B8 regardless of how many there are?