Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.powerpoint
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
  #2   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.powerpoint
external usenet poster
 
Posts: 6,582
Default Powerpoint and embedded Excel sheets

I'm not sure there's a less elaborate way to do this than move the data into
Excel, recreate the chart, remove the MS Graph object, and replace it with
the new Excel chart. And use an Excel 8 chart, because even though an Excel
12 chart supposedly interconnects better with Excel and PowerPoint, there is
no VBA access to an Excel 2007 chart in another Office 2007 application.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services, Inc.
http://PeltierTech.com/WordPress/
_______


"Barb Reinhardt" wrote in message
...
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



  #3   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.powerpoint
external usenet poster
 
Posts: 3,355
Default Powerpoint and embedded Excel sheets

Jon,

Can I change Excel.Sheet.12 to Excel.Sheet.8 programmatically? If so, how?

Thanks,
Barb

"Jon Peltier" wrote:

I'm not sure there's a less elaborate way to do this than move the data into
Excel, recreate the chart, remove the MS Graph object, and replace it with
the new Excel chart. And use an Excel 8 chart, because even though an Excel
12 chart supposedly interconnects better with Excel and PowerPoint, there is
no VBA access to an Excel 2007 chart in another Office 2007 application.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services, Inc.
http://PeltierTech.com/WordPress/
_______


"Barb Reinhardt" wrote in message
...
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




  #4   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.powerpoint
external usenet poster
 
Posts: 6,582
Default Powerpoint and embedded Excel sheets

I don't think so. The two objects refer to different file formats, so I
doubt there's a simple one-to-one switch. I suppose the .12 object could be
opened in the .8 application, and the contents of the object re-embedded as
a .8 object. Sounds flaky and tedious.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services, Inc.
http://PeltierTech.com/WordPress/
_______


"Barb Reinhardt" wrote in message
...
Jon,

Can I change Excel.Sheet.12 to Excel.Sheet.8 programmatically? If so,
how?

Thanks,
Barb

"Jon Peltier" wrote:

I'm not sure there's a less elaborate way to do this than move the data
into
Excel, recreate the chart, remove the MS Graph object, and replace it
with
the new Excel chart. And use an Excel 8 chart, because even though an
Excel
12 chart supposedly interconnects better with Excel and PowerPoint, there
is
no VBA access to an Excel 2007 chart in another Office 2007 application.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services, Inc.
http://PeltierTech.com/WordPress/
_______


"Barb Reinhardt" wrote in
message
...
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






  #5   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.powerpoint
external usenet poster
 
Posts: 3,355
Default Powerpoint and embedded Excel sheets

So Jon, if you were to do this, would you convert them to Excel.Sheet.8?

Thanks,
Barb

"Jon Peltier" wrote:

I don't think so. The two objects refer to different file formats, so I
doubt there's a simple one-to-one switch. I suppose the .12 object could be
opened in the .8 application, and the contents of the object re-embedded as
a .8 object. Sounds flaky and tedious.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services, Inc.
http://PeltierTech.com/WordPress/
_______


"Barb Reinhardt" wrote in message
...
Jon,

Can I change Excel.Sheet.12 to Excel.Sheet.8 programmatically? If so,
how?

Thanks,
Barb

"Jon Peltier" wrote:

I'm not sure there's a less elaborate way to do this than move the data
into
Excel, recreate the chart, remove the MS Graph object, and replace it
with
the new Excel chart. And use an Excel 8 chart, because even though an
Excel
12 chart supposedly interconnects better with Excel and PowerPoint, there
is
no VBA access to an Excel 2007 chart in another Office 2007 application.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services, Inc.
http://PeltierTech.com/WordPress/
_______


"Barb Reinhardt" wrote in
message
...
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








  #6   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.powerpoint
external usenet poster
 
Posts: 6,582
Default Powerpoint and embedded Excel sheets

I wonder if it's necessary to do the conversion. Do a little testing, see
what happens when each type of sheet is opened in each version of Office.
Doesn't the interface depend on the version of Office that is running?

- Jon
-------
Jon Peltier, Peltier Technical Services, Inc.
http://PeltierTech.com/WordPress/
Advanced Excel Conference - Training in Charting and Programming
http://peltiertech.com/Training/2009...00906ACNJ.html
_______


"Barb Reinhardt" wrote in message
...
So Jon, if you were to do this, would you convert them to Excel.Sheet.8?

Thanks,
Barb

"Jon Peltier" wrote:

I don't think so. The two objects refer to different file formats, so I
doubt there's a simple one-to-one switch. I suppose the .12 object could
be
opened in the .8 application, and the contents of the object re-embedded
as
a .8 object. Sounds flaky and tedious.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services, Inc.
http://PeltierTech.com/WordPress/
_______


"Barb Reinhardt" wrote in
message
...
Jon,

Can I change Excel.Sheet.12 to Excel.Sheet.8 programmatically? If so,
how?

Thanks,
Barb

"Jon Peltier" wrote:

I'm not sure there's a less elaborate way to do this than move the
data
into
Excel, recreate the chart, remove the MS Graph object, and replace it
with
the new Excel chart. And use an Excel 8 chart, because even though an
Excel
12 chart supposedly interconnects better with Excel and PowerPoint,
there
is
no VBA access to an Excel 2007 chart in another Office 2007
application.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services, Inc.
http://PeltierTech.com/WordPress/
_______


"Barb Reinhardt" wrote in
message
...
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








  #7   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.powerpoint
external usenet poster
 
Posts: 3,355
Default Powerpoint and embedded Excel sheets

I know I've been unable to open "Sheet12" in 2003 and when I open Sheet8 in
2007, I get a message to convert, presumably to Sheet12. Since all don't
have access to 2007 yet, it probalby ought to be set up for 2003 at a minimum.

"Jon Peltier" wrote:

I wonder if it's necessary to do the conversion. Do a little testing, see
what happens when each type of sheet is opened in each version of Office.
Doesn't the interface depend on the version of Office that is running?

- Jon
-------
Jon Peltier, Peltier Technical Services, Inc.
http://PeltierTech.com/WordPress/
Advanced Excel Conference - Training in Charting and Programming
http://peltiertech.com/Training/2009...00906ACNJ.html
_______


"Barb Reinhardt" wrote in message
...
So Jon, if you were to do this, would you convert them to Excel.Sheet.8?

Thanks,
Barb

"Jon Peltier" wrote:

I don't think so. The two objects refer to different file formats, so I
doubt there's a simple one-to-one switch. I suppose the .12 object could
be
opened in the .8 application, and the contents of the object re-embedded
as
a .8 object. Sounds flaky and tedious.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services, Inc.
http://PeltierTech.com/WordPress/
_______


"Barb Reinhardt" wrote in
message
...
Jon,

Can I change Excel.Sheet.12 to Excel.Sheet.8 programmatically? If so,
how?

Thanks,
Barb

"Jon Peltier" wrote:

I'm not sure there's a less elaborate way to do this than move the
data
into
Excel, recreate the chart, remove the MS Graph object, and replace it
with
the new Excel chart. And use an Excel 8 chart, because even though an
Excel
12 chart supposedly interconnects better with Excel and PowerPoint,
there
is
no VBA access to an Excel 2007 chart in another Office 2007
application.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services, Inc.
http://PeltierTech.com/WordPress/
_______


"Barb Reinhardt" wrote in
message
...
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









  #8   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.powerpoint
external usenet poster
 
Posts: 6,582
Default Powerpoint and embedded Excel sheets

If you had the compatibility pack installed, then the 2003 program should be
able to open a 2007 file. I presume this also enables opening of a 2007
embedded object. If the users don't have to compatibility pack yet, then you
should downgrade the embedded objects. I don't know how to do it
programmatically, but I think I'd start with 2007, and save each embedded
object in whatever format it is in; then open each in its 2007 program and
save in the 2003 format; finally open the presentation in 2003 and insert
the 2003 objects.

- Jon
-------
Jon Peltier, Peltier Technical Services, Inc.
http://PeltierTech.com/WordPress/
Advanced Excel Conference - Training in Charting and Programming
http://peltiertech.com/Training/2009...00906ACNJ.html
_______


"Barb Reinhardt" wrote in message
...
I know I've been unable to open "Sheet12" in 2003 and when I open Sheet8 in
2007, I get a message to convert, presumably to Sheet12. Since all don't
have access to 2007 yet, it probalby ought to be set up for 2003 at a
minimum.

"Jon Peltier" wrote:

I wonder if it's necessary to do the conversion. Do a little testing, see
what happens when each type of sheet is opened in each version of Office.
Doesn't the interface depend on the version of Office that is running?

- Jon
-------
Jon Peltier, Peltier Technical Services, Inc.
http://PeltierTech.com/WordPress/
Advanced Excel Conference - Training in Charting and Programming
http://peltiertech.com/Training/2009...00906ACNJ.html
_______


"Barb Reinhardt" wrote in
message
...
So Jon, if you were to do this, would you convert them to
Excel.Sheet.8?

Thanks,
Barb

"Jon Peltier" wrote:

I don't think so. The two objects refer to different file formats, so
I
doubt there's a simple one-to-one switch. I suppose the .12 object
could
be
opened in the .8 application, and the contents of the object
re-embedded
as
a .8 object. Sounds flaky and tedious.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services, Inc.
http://PeltierTech.com/WordPress/
_______


"Barb Reinhardt" wrote in
message
...
Jon,

Can I change Excel.Sheet.12 to Excel.Sheet.8 programmatically? If
so,
how?

Thanks,
Barb

"Jon Peltier" wrote:

I'm not sure there's a less elaborate way to do this than move the
data
into
Excel, recreate the chart, remove the MS Graph object, and replace
it
with
the new Excel chart. And use an Excel 8 chart, because even though
an
Excel
12 chart supposedly interconnects better with Excel and PowerPoint,
there
is
no VBA access to an Excel 2007 chart in another Office 2007
application.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services, Inc.
http://PeltierTech.com/WordPress/
_______


"Barb Reinhardt" wrote in
message
...
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











Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
updating embedded powerpoint in excel file txm49 Excel Discussion (Misc queries) 0 September 24th 09 08:16 PM
Embedded Excel Objects in PowerPoint resize after editing Barb Reinhardt Excel Discussion (Misc queries) 0 September 21st 09 06:41 PM
Unable to view embedded excel data in either Powerpoint or Word RD[_2_] Excel Discussion (Misc queries) 2 May 16th 08 06:01 PM
Identify excel embedded charts in powerpoint Nicolo Excel Programming 3 April 11th 08 06:36 PM
Error closing embedded Excel workbook in PowerPoint Gail Hurn Excel Programming 2 November 24th 04 04:41 PM


All times are GMT +1. The time now is 12:32 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"