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,
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/Mana