Private Sub Worksheet_Change(ByVal Target As Range)
Application.EnableEvents = False
TriAlpha
Application.EnableEvents = True
End Sub
Dans le fichier du post #14 rien ne neutralise les évènements...Le mystère restera à jamais.
Range("$E$4").Resize(DL - 3, 1) = tablo
Application.EnableEvents = False 'désactive les évènements
Range("E4").Resize(DL - 3) = tablo
Application.EnableEvents = True 'réactive les évènements
Private Sub Worksheet_Change(ByVal Target As Range)
Application.EnableEvents = False
TriAlpha
Application.EnableEvents = True
End Sub
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Count <> 1 Then Exit Sub
TriAlpha
End Sub
Pourtant, une fois qu'on s'y colle, c'est presque bêteJe ne comprends pas bien le fonctionnement le Power Query.