Links in PowerPoint - MSGraph - Excel

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello!
I have a embedded MSGraph (8.0) graph, linked with a Excel 2003 worksheet,
in a PowerPoint 2003 slide, I want change the link to a new source Excel
file with VBA.

Can someone help me?

Thanks in advance.

Greetings, César González.
(e-mail address removed)

PD:

The msoLinkedOLEObject has the property '.LinkFormat.SourceFullName',
I am looking for the equivalent property of the 'msoEmbeddedOLEObject'
 
The msoLinkedOLEObject has the property '.LinkFormat.SourceFullName',
I am looking for the equivalent property of the 'msoEmbeddedOLEObject'

There is none, unfortunately. An MSGraph chart has a property named something
like "HasLinks" but it doesn't reveal where the links point.

I suspect you'll have to delete the existing data and replace it with new
linked data.
 
Back
Top