Jaymond Flurrie
Well-known Member
- Joined
- Sep 22, 2008
- Messages
- 921
- Office Version
- 365
- Platform
- Windows
I would need a simple list box (say, three items), and under it a "select all" checkbox and when this is clicked all three items are selected and when this checkbox is clicked again, all selections are removed. Otherwise this is easy, but I want it to be clear for user, so when the checkbox is true and user selects something, this check has to disappear. I have tried pretty much everything, but can't seem to get it to work, that change-event of listbox prevents me from getting this done.