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]
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]
John Wilson
Microsoft PowerPoint MVP
Amazing Free PowerPoint Tutorials
http://www.pptalchemy.co.uk/powerpoi...tutorials.html