Hello
I have created a Listbox which allows me to make multiple selections. I then have inserted a shape to use as a button - when clicked, this writes multiple selections from the Listbox into a single cell.
I have a sheet with multiple rows and I want to go through the same process for each row - i.e. making multiple selections (from the same list of data) and writing it to a single cell (in the next row).
Does anyone have any ideas how to do this? Do I have to recreate the same listbox and button for every row? Conceptually, I just want one multi-selection list which I can then use for all cells in the same column.
BTW - I know very little about VBA so simple explanations would be very welcome!
Thanks
I have created a Listbox which allows me to make multiple selections. I then have inserted a shape to use as a button - when clicked, this writes multiple selections from the Listbox into a single cell.
I have a sheet with multiple rows and I want to go through the same process for each row - i.e. making multiple selections (from the same list of data) and writing it to a single cell (in the next row).
Does anyone have any ideas how to do this? Do I have to recreate the same listbox and button for every row? Conceptually, I just want one multi-selection list which I can then use for all cells in the same column.
BTW - I know very little about VBA so simple explanations would be very welcome!
Thanks