J
JVLin
Hi,
I have a listbox on a userform with its property set to MultiselectExtended.
I should therefore be able to select multiple items from the list with the
Ctrl button pressed down.
When the userform initiates, I ensure all items on the list are selected.
However, I have added a mousedown event to the list, which deselects all
items, so a custom selection can be made.
The problem is, I can no longer select multiple items with the Ctrl button
pressed (I can select multiple contingous items with the shift button pressed
down).
Any idea why this might be?
Regards,
JVLin
I have a listbox on a userform with its property set to MultiselectExtended.
I should therefore be able to select multiple items from the list with the
Ctrl button pressed down.
When the userform initiates, I ensure all items on the list are selected.
However, I have added a mousedown event to the list, which deselects all
items, so a custom selection can be made.
The problem is, I can no longer select multiple items with the Ctrl button
pressed (I can select multiple contingous items with the shift button pressed
down).
Any idea why this might be?
Regards,
JVLin