Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
excel app.range().sort()
#2
this works
Macro Macro2230
Code:
Copy      Help
ExcelSheet es1.Init
Excel.Application app=es1.ws.Application
app.Range("A:D").Sort(app.Range("A:A") Excel.xlAscending app.Range("B:B") @ Excel.xlAscending @ 1 Excel.xlGuess @ 0 Excel.xlSortColumns 0 0 0 0)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)