Claudy
XLDnaute Accro
Bonjour à tous,
dans ma procédure ci dessous,
le tri ne se fait pas,
pas de message d'erreur, aucune protection...comprend pas!
Avez vous une petite idée?
Merci,
Claudy
Private Sub Worksheet_BeforeRightClick(ByVal Target As Range, Cancel As Boolean)
Selection.Interior.ColorIndex = 33
Sheets("Doubles").Range("A1000").End(xlUp).Offset(1, 0) = Selection.Value
Sheets("Doubles").Select
Range("A:A").Sort Key1:=Range("A1"), Order1:=xlAscending, Header:=xlGuess, _
OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom, _
DataOption1:=xlSortNormal
End Sub
dans ma procédure ci dessous,
le tri ne se fait pas,
pas de message d'erreur, aucune protection...comprend pas!
Avez vous une petite idée?
Merci,
Claudy
Private Sub Worksheet_BeforeRightClick(ByVal Target As Range, Cancel As Boolean)
Selection.Interior.ColorIndex = 33
Sheets("Doubles").Range("A1000").End(xlUp).Offset(1, 0) = Selection.Value
Sheets("Doubles").Select
Range("A:A").Sort Key1:=Range("A1"), Order1:=xlAscending, Header:=xlGuess, _
OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom, _
DataOption1:=xlSortNormal
End Sub