I have two listboxes in my spreadsheet: one allows for multiple selections, the other only one. To be clear, this is not a userform, it's just part of the spreadsheet. Unfortunately, I cannot use VBA as a solution.
For the listbox that only allows for single selection, I can work out what the user has selected using the cell link in the format control.
But for the one that allows multiple selections, the cell link remains at 0 no matter what is selected.
Am I overlooking something or is this just how it is?
For the listbox that only allows for single selection, I can work out what the user has selected using the cell link in the format control.
But for the one that allows multiple selections, the cell link remains at 0 no matter what is selected.
Am I overlooking something or is this just how it is?