KD,
Some examples which would be useful: Though they deal with code that runs
within the PPT application environment. You can modify it and make it work
from Excel.
Still having problems !!
The code I have is as follows and doesn't work (it comes
up with "Run time error '438' Object doesn't support this
property or method")
dim oGraph as Object
oPPTApp.ActivePresentation.Slides(slide_number).Select
With oPPTApp.ActivePresentation.Slides(slide_number)
For Each oPPTShape In .Shapes
If oPPTShape.Type = msoEmbeddedOLEObject Then
Set oGraph = oPPTShape.OLEFormat.Object
oGraph.SeriesCollection(1).Points(1).DataLabels.Text
= "KD"
oGraph.Application.Update
End If
Next
End With
Any ideas would be most welcome !
Thanks
KD
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.