With Sheets("Synthèse")
.Activate
Marecherche = Num1.Value
For Each Cell In Num_serie
If Cell.Value = Marecherche Then
N_Lig = Cell.Row
Range("E").N_Lig = Ddm1.Value
End If
Next Cell
End With
Il serait bon que vous indentiez votre code correctement, cela vous éviterait ce type d'erreur ....