Hi, How can I order a columm in excel with a command like this...

$oXL.Range("A1:I1").Value = $array
$oXL.Range("A1:I1").Font.Bold = 1
$rc=$oXL.Range("A:I").EntireColumn.AutoFilter
$rc=$oXL.Range("A:I").EntireColumn.AutoFit

Is there an AutoOrder ? Í tried without success

Thanks
Andrei.