bonjour
j'ai essayé a nouveau avec les condition mais ......
If ComboBox1.List = societe1 Then ' => SI condition 1 validée ALORS
Frame2.Picture = Image1
ElseIf ComboBox1.List = societe2 Then ' => SINON, SI condition 2 validée ALORS
Frame2.Picture = Image2
ElseIf ComboBox1.List = societe3 Then ' => SINON, SI condition 3 validée ALORS
Frame2.Picture = Image3
ElseIf ComboBox1.List = societe4 Then ' => SINON, SI condition 4 validée ALORS
Frame2.Picture = Image4
Else ' => SINON
Frame2.Picture = Image5
End If