For groups of checkboxes I know a fairly easy way of turning off all selections upon opening.
But with that you target the checkboxes, which have a certain name or all checkboxes in general.

The options in a listbox don't really have their own names that you can target in VBA (as far as I am aware).

So what code would I need to turn off all selections made in List Box 1, 2&3?