Je souhaite faire un tri tout simple en ole sur excel avec c++ builder, mais je n'y arrive pas et ce n'est pas dans la faq.
ça doit ressembler à quelque chose comme ça :
OleFunction("Sort", ColonneTri, xlAscending, xlGuess, 1, false, xlTopToBottom);
en vb :
Selection.Sort Key1:=Range("H2"), Order1:=xlAscending, Header:=xlGuess, OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom
help
Partager