Did the original code work OK?

I get some problems and this is better here

[VBA]If Me.ComboBox1.ListCount <> 4 Then
With Me.ComboBox1
.AddItem "Mastercard"
.AddItem "Maestro"
.AddItem "Visa"
.AddItem "American Express"
End With
End If[/VBA]