[python-win32] sort in EXCEL via pywin32

2009-12-15 Thread Moll, Benjamin
How can I sort a column from B14:B24 considering alphabeticaly order? self.xlApp.Range(B14:B24).Sort(Key1=self.sht.Columns( 3 ) , Order1=2, Header=1) don't understand the meaning of key1! Regards and thanks in advance!

Re: [python-win32] sort in EXCEL via pywin32

2009-12-15 Thread Tim Roberts
Moll, Benjamin wrote: How can I sort a column from B14:B24 considering alphabeticaly order? /self/.xlApp.Range(/B14:B24/).Sort(Key1=/self/.sht.Columns( 3 ) , Order1=2, Header=1) don’t understand the meaning of key1! That says to sort the data based on the 3rd column, which