Bonsoir,

Je ne sais pas pk, VBA bloque quand j'écris :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
If NCcab = True Then
    NCcab = "Toto"
ElseIf NCcabSticker = True Then
    NCcabSticker = "Bob"
ElseIf NCcab = False And NCcabSticker = False Then
    NCcab = "" And NCcabSticker = ""
End If
Cela me mets "incompatibilité de type" au niveau de NCcab = "" And ...... Vous savez pk ?

Merci d'avance,


Vince

Je précise que les variables sont bien définies en String.