Bonjour LaventureEstivene, 3GB,
Avec le code ci-dessous, tu pourras sortir sans erreur 1004.
Sub Essai()
Dim X As Boolean
For i = 1 To 28
X = False: On Error Resume Next
X = Cells(i, 1).Validation.InCellDropdown
Cells(i, 2) = IIf(X = True, 11111, 0)
Next i
End Sub