K
kalle
Good day Group,
Need some guidance how to determine if the click on a multi listbox
is
a selection or a deselection. I am building an array by the
multi listbox like (in listbox change event):
arJoin(UBound(arJoin)) = Me.ListBox1.Column(1, Me.ListBox1.ListIndex)
If the click is a selection then OK but if it is a deselection I need
to know and
take care of that in some way.
Grateful for some hints.
Brgds
CG Rosén
Need some guidance how to determine if the click on a multi listbox
is
a selection or a deselection. I am building an array by the
multi listbox like (in listbox change event):
arJoin(UBound(arJoin)) = Me.ListBox1.Column(1, Me.ListBox1.ListIndex)
If the click is a selection then OK but if it is a deselection I need
to know and
take care of that in some way.
Grateful for some hints.
Brgds
CG Rosén