Re : Problème de macro
Merci a tous pour votre aide précieuse, ça fonctionne maintenant.
Voila mon macro
Option Explicit
Sub test()
Range("D" & Rows.Count).End(xlUp).Offset(1, 0).Value = Range("D3").Value
Range("E" & Rows.Count).End(xlUp).Offset(1, 0).Value = Range("E3").Value...