The fact that this works:
 Code:
;Set Excel object to visible
$objExcel.Visible = True

Is just weird, "True" is not a boolean value in Kix.
Seemingly the object accepts anything other then a boolean False value as True.