MSGraph in PowerPoint

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

Guest

I have a few graphs in PowerPoint that are linked to Excel. The directory of
the Excel files has changed. I would like to know how to change the directory
of the links in PowerPoint using VB.
 
I have tried that but it doesn't work. It only changes the links of the
PowerPoint object and not the MSgraph object. If you select the graph and
click Edit Links it will show you the changed link and then if you open the
graph and then click Edit Links it will show you the old link. The link the
open graph has it the one that counts. Do you have any idea how to change
that one?
 
I have tried that but it doesn't work. It only changes the links of the
PowerPoint object and not the MSgraph object. If you select the graph and
click Edit Links it will show you the changed link and then if you open the
graph and then click Edit Links it will show you the old link. The link the
open graph has it the one that counts. Do you have any idea how to change
that one?
 
I have tried that but it doesn't work. It only changes the links of the
PowerPoint object and not the MSgraph object. If you select the graph and
click Edit Links it will show you the changed link and then if you open the
graph and then click Edit Links it will show you the old link. The link the
open graph has it the one that counts. Do you have any idea how to change
that one?

Not a clue, unfortunately.

MSGraph doesn't tell VB/VBA anything about the links other than "Yeah, I got links.
Waddaya wanna make of it, fella?"

There's nothing much you can do with 'em in code.
 
Thanks for all your help so far Steve. Is there anyway that I can tell
PowerPoint and MSGraph to do a list of key strokes? e.g Alt-E, k, f,......
 
Thanks for all your help so far Steve. Is there anyway that I can tell
PowerPoint and MSGraph to do a list of key strokes? e.g Alt-E, k, f,......

You can try using SendKeys. It's not that reliable and can only work to TELL another app
what to do, not to ask it what it's up to, of course.
 

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