This may have been answered elsewhere, and if so I apologize.  But I'm
trying to change the data in the excel embedded in a powerpoint chart.

 

I can get the chart data to open with this, but can't access the cell
data:

 

App = win32com.client.Dispatch("PowerPoint.Application")

Presentation = App.Presentations.Open(x)

Presentation.Slides[0].Shapes[0].Chart.ChartData.Activate()

 

I have a template chart, so I just need to open it and change the data.

 

Thanks

________________________________________________________________________
_________________________________

Guido Paolano, M.A. | Service Management Group | Research Analyst |
gpaol...@servicemanagement.com <mailto:gpaol...@servicemanagement.com>
| 816.841.5636

 


#####################################################################################
This email and any attachments thereto may contain private, confidential, 
and privileged material for the sole use of the intended recipient. Any review,
copying, or distribution of this email (or any attachments thereto) by others 
is 
strictly prohibited. If you are not the intended recipient, please contact the 
sender 
immediately and permanently delete the original and any copies of this email 
and any
attachments thereto.
#####################################################################################
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to