View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.powerpoint
Barb Reinhardt Barb Reinhardt is offline
external usenet poster
 
Posts: 3,355
Default Powerpoint and embedded Excel sheets

I have a PowerPoint presentation that has the following embedded objects.

Excel.Chart.8
Excel.Sheet.12
Excel.Sheet.8
MSGraph.Chart.8

I'm cross-posting this to a PowerPoint group and an Excel group since I'm
thinking people in both groups may have dealt with this.

I'm thinking it would be easier for users who have to update this
presentation to only have to deal with one type of data entry. I've found
that there is no way to programmatically convert the MSGraph.Chart.8 objects
to anything but MSGraph.Chart.8 objects. (Helpful, huh?). I see I can
manually convert Excel.Sheet.8 to Excel.Sheet.12. Is there some way to do
this programmatically?

Thanks,
Barb Reinhardt