I have a ListBox in my form.
Everytime I select (single-click) on an item in the ListBox, the selected item will be highlighted.
At the same time, "Me.ActiveControl Is ListBox" is true.
How can I 'unselect' a selected item, and set "Me.ActiveControl Is ListBox" is FALSE?
So that "Me.ActiveControl Is Not ListBox"?
Please guide. Thank you.
