Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sort 'StrCmpLogicalW' in excel
#2
Macro Macro2769
Code:
Copy      Help
ExcelSheet es.Init
ARRAY(str) a
es.CellsToArray(a "A:A")
if(a.len(1)>1) out "note: this example sorts 1-column array or using 1-st column in multicolumn array. Sorting using other column is possible with callback function, read more in sort help."
a.sort(8)
out a
es.CellsFromArray(a "B:B")


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)