1 post
-1
1
3790
Use: Private Sub ListBox1_Change() Dim s As Boolean: s = False If ListBox1.ListIndex <> -1 Then s = True End If CheckBox1.Enable = s