Re : tri sur plus de 3 colonnes
bjr
j'ai rentré le programme de BOISGONTHIER mais j'ai erreur de syntaxe par contre j'ai des lignes vides a partir de 150 jusqu'a 200 pour des rajouts de données cela a-t-il une incidences,voici ci-dessous ce que j'ai copié
ai-je fais une erreur
'tri ordre croissant abc
Sub triabc1()
Range("B3:U200").Sort key1:=Range("E3"), order1:=xlAscending, key2:=Range(_
"F3"), order2:=xlAscending, key3:=Range("G3"), order3:=xlAscending,_
header:=xlGuess, ordercustom:=1, MatchCase:=False, Orientation:=_
xlTopToBottom , DataOption1:=xlSortNormal, DataOption2:=xlSortNormal,_
DataOption3:=xlSortNormal
Range("B3:U200").Sort key1:=Range("B3"), order1:=x1ascending, key2:=Range(_
"C3"), order2:=xlAscending, key3:=Range("D3"), order3:=xlAscending,_
header:=xlGuess, ordercustom:=1, MatchCase:=False, Orientation:=_
xlTopToBottom , DataOption1:=xlSortNormal, DataOption2:=xlSortNormal,_
DataOption3:=xlSortNormal
End Sub
merci