Hi,

I'm trying to add a Graph in Powerpoint via OLE.
But  I can't find methods to add the Datas for the Graph.
Does someone know this?

Macro-Editior does not do anything.

So I tryed the following:
Adding the Graph is working:            my $chart
= $folie->Shapes->AddOLEObject({ Left =>120, Top =>150, Width =>480, Height
=>320, ClassName =>"MSGraph.Chart"});
 ->Then $chart is kind of 'PowerPointShape'

With the following I can see the Data-Table behind the Graph:

$chart->{OLEFormat}->{Activate};
But how can I work with it?

Armin




_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to