Private Sub Worksheet_Change(ByVal Target As Range)
Dim c As Range, t As Double
If Not Intersect(Target, [C1:C1000]) Is Nothing Then
Application.EnableEvents = False
t = Now
For Each c In Target
t = t + 1 / 10000 ' Peut être placé après la ligne ci-dessous
c(1, 0) = Format(t, "#,##0.00000")
[/QUOTE]
Salut, je te remercie sincèrement pour cette solution, tu m'enlèves une belle épine du pied ! :)
je te souhaite de passer une très agréable journée !