Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Setting axis data range on Excel chart using Win32::OLE

by Unanimous Monk (Sexton)
on Nov 17, 2006 at 15:29 UTC ( [id://584736]=note: print w/replies, xml ) Need Help??


in reply to Setting axis data range on Excel chart using Win32::OLE

If B1:G2 is the only data in the chart, you can use:
$sum_sheet->ChartObjects(1)->SetSourceData($sum_sheet->Range("B1:G2")) +;

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://584736]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (5)
As of 2024-04-16 13:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found