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!

 

________________________________________
Geschäftsführer/Managing Directors: Dr. Joji Murakami, Brendan Mc Kearney, 
Satoru Yamaguchi, Yoshihiro Kawase
Sitz/Seat: Langen, Hessen; Registergericht/Commercial Register: Offenbach/Main 
HRB 32725
________________________________________
This e-mail and any attachment contains information
which is private and confidential and is intended
for the addressee only. If you are not an addressee,
you are not authorised to read, copy or use the e-mail
or any attachment. If you have received this e-mail
in error, please notify the sender by return e-mail
and then delete it.
________________________________________
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to