http://qs321.pair.com?node_id=643474


in reply to Win32::OLE - Excel chart location

I haven't seen your code, but assuming you have a correct worksheet object, try something like:

$yourWorksheetObject->Range("a1")->{Value}=$chart;

(The "a1" range can be whatever you need, just there for example)