hello,
I have a combobox and a label.
I don't know why this doesn't work:
VB Code:
Private Sub cmbChoice_Change() If cmbChoice.ListIndex = 0 Then Label1.Visible = False Else Label1.Visible = True End If End Sub
what is the problem?
thanks
![]()
|
Results 1 to 4 of 4
Thread: What is wrong with this code?
|
Click Here to Expand Forum to Full Width |