Multi Select List Box - Checkbox
Ah ! I've tried using this format of code in the Initialisation code of a
form, but it keeps failing with a message 'Member of data member not found'
Is this a case of not having the code run in the right place ? If so, what
is the right place ?
"Joel" wrote:
Private Sub CheckBox1_Click()
ActiveSheet.ListBox1.MultiSelect = fmMultiSelectMulti
End Sub
"Paul" wrote:
I want to make my list box available for multi selection using checkboxes - I
know it must be easy, but I'm having a bad day and can't work it out.
|