I am using Excel 2003 SP3.
I think the problem is to "convert" the boolean true or false of
.PageSetup.Zoom
Is there any way to do it in kix ?
If i use $oXL.ActiveSheet.PageSetup.Zoom = 50 it works just fine,
but i can't use
$oXL.ActiveSheet.PageSetup.FitToPagesWide = 1
$oXL.ActiveSheet.PageSetup.FitToPagesTall = 50

Greetings
spocky184