Hi,
I have a form with a button which is disabled by default, and a CheckedListBox with 68 items in it. What is the simplest way of enabling the button, when an item in the CheckedListBox is selected or unselected?
I’m looking for something like
If CheckedListBox1…any of the items state changes…Then
Button1.Enabled = True
End If
Thanks