in reply to Re: Win32::OLE PowerPoint Shapes
in thread Win32::OLE PowerPoint Shapes

Thankyou. I've got the shape added but now I'm stumped on how to set the fill color. Based on a ppt macro that does the same thing I think the perl code should be something like:
$colorBox->Fill->{ForeColor} = ({Red=>255, Green=>255, Blue=>153});
but this results in the error:
Win32::OLE(0.1601) error 0x80020005: "Type mismatch" in PROPERTYPUT "ForeColor" at build_ql.prl line 121
Any suggestions ?