> Hello,
> I am trying to find out how to change the language of a power point document
[quoted text clipped - 5 lines]
> Can you help me modify this code in order to include everything in the
> selection.
It wouldn't be a simple modification to that code, unfortunately.
Charts aren't really part of Powerpoint ... they're actually "objects" created
by Excel or MSGraph, usually, that "live" in a PPT presentation. PPT displays
them but doesn't actually know how to edit them.
You'd have to write code to activate the charts in their source program (Excel
or MSGraph) and modify them there according the Graph or Excel object model.
-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ: www.pptfaq.com
PPTools: www.pptools.com
================================================