Hi,
I have this piece code that works with Excel file and finds the column name where is a specific named range located.
Local $Column = Null
$Column = _Excel_ColumnToLetter($oWorkbook.Sheets("MySheetName").Range("MyRangeName").Column)
If @error Then
$Column = Null
SetError(0)
Else
;...