I have created a UserForm in Excel VBA. I have added a ListBox with Check Box functionality by setting the ListStyle property to fmListStyleOption and MultiSelect property to fmMultiSelectMulti.
Since I have checkboxes in my List Box, is it possible to write code to avoid highlighting an item in the ListBox when it is selected?