checkBox in userform
05.07.2006 11:27:00
Wolfgang
ich möchte mit dieser Abfrage die Checkbox füllen oder nicht. Geht aber nicht - Warum?
Was ist daran falsch
If wks1.Cells(ComboBox1.ListIndex + 1, 86) = "" Then CheckBox1 = False
If wks1.Cells(ComboBox1.ListIndex + 1, 86) = "X" Then CheckBox1 = True
Gruß Wolfgang
Anzeige