Bonjour,

j'ai une erreur sur mon code :

"la methode select de la classe range a échoué"

sur la première ligne du code suivant :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
client.Range("A3:L" & ligneclient).Select
Selection.Sort Key1:=Range("A3"), Order1:=xlAscending, Header:=xlGuess, OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom
et je ne comprend pas pourquoi

client est une feuille xls et ligneclient contient 78.