Bonjour
Veuillez svp m'aider à comprendre l'incompatibilité
Sub Total()
If [B4] <> [U68] Or [C6] <> [V68] Then
Call MAZ
[B4] = [U68] And [C6] = [V68]
End If
Call MAJ
Call nommer
Range("B4").Copy Destination:=Range("U68")
Range("C6").Copy Destination:=Range("V68")
Range("E4").Select
End Sub
Merci
SCSK