chinel
XLDnaute Impliqué
Bonjour, j'ai ceci mais cela ne fonctionne pas bien, besoin d'aide merci !
Private Sub CommandButton1_Click()
If TextBox1.Value <> "" Then
ListBox1.Visible = True
end if
If ComboBox3 <> "" Then
ListBox1.Visible = True
end if
If ComboBox2.Value <> "" Then
ListBox1.Visible = True
end if
If ComboBox1.Value <> "" Then
ListBox1.Visible = True
end if
If TextBox2.Value <> "" Then
ListBox1.Visible = True
end if
If TextBox3.Value <> "" Then
ListBox1.Visible = True
End If
Label5.Visible = True
End Sub
Private Sub CommandButton1_Click()
If TextBox1.Value <> "" Then
ListBox1.Visible = True
end if
If ComboBox3 <> "" Then
ListBox1.Visible = True
end if
If ComboBox2.Value <> "" Then
ListBox1.Visible = True
end if
If ComboBox1.Value <> "" Then
ListBox1.Visible = True
end if
If TextBox2.Value <> "" Then
ListBox1.Visible = True
end if
If TextBox3.Value <> "" Then
ListBox1.Visible = True
End If
Label5.Visible = True
End Sub