B
brettdj
I'm pretty proficient in Excel VBA but not PowerPoint so I've been
stumped on a question by a user who wants to update selected
PowerPoint charts linked to Excel files.
I can force the Edit-Links-Update Now command by using
SendKeys "(%EK{DOWN}%U{TAB}~)"
but IMO this is rather ugly even if it does work
The user was trying code such as
ActiveWindow.Selection.SlideRange.Shapes("Object 5").Select
ActiveWindow.Selection.ShapeRange.OLEFormat.DoVerb Index:=1
I tried the procedure at
http://support.microsoft.com/default.aspx?scid=kb;EN-US;251337
but this produces error 438
I'm also a little confused re the Embedded v Linked types, I thought
linked graphs could only be Linked types but in posts I've seen other
users have tried code to update Embedded Excel links
Any help or pointers would be much appreciated
Cheers
brettdj
stumped on a question by a user who wants to update selected
PowerPoint charts linked to Excel files.
I can force the Edit-Links-Update Now command by using
SendKeys "(%EK{DOWN}%U{TAB}~)"
but IMO this is rather ugly even if it does work
The user was trying code such as
ActiveWindow.Selection.SlideRange.Shapes("Object 5").Select
ActiveWindow.Selection.ShapeRange.OLEFormat.DoVerb Index:=1
I tried the procedure at
http://support.microsoft.com/default.aspx?scid=kb;EN-US;251337
but this produces error 438
I'm also a little confused re the Embedded v Linked types, I thought
linked graphs could only be Linked types but in posts I've seen other
users have tried code to update Embedded Excel links
Any help or pointers would be much appreciated
Cheers
brettdj