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.
 

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.

Ask a Question

Back
Top