, I am a total beginner in Excel, I know well VB, but not VBA for
Excel, I don't know what is UsedRange... I try to figure out some code,
I have to debug it...
the statement is :
shtData.UsedRange.Sort Key1:=shtData.Range(fstrNomCol(colDestinataire)
& "1"), _
Key2:=shtData.Range(fstrNomCol(colTypeTrafic) & "1"), _
Key3:=shtData.Range(fstrNomCol(colHMin) & "1"),
Header:=xlYes
Can anyone explain me what is Sort doing too?? I tried to read the help
online but microsoft is wee bit cryptic some times...