C
cr113
I've been creating Powerpoint charts programmatically using VBA for
several years. I've been using embedded Excel charts. I start with a
ppt file that has the Excel charts already embedded in the ppt file.
Then I populate the Excel data cells with my VBA code. This worked
fairly well while we were using Office 2000. Now we've upgraded to
Office 2003 and I'm having trouble. The problem is when I try to
manually open an embedded Excel chart (right mouse click on chart -
Chart Object - Open). When I close Excel the chart shrinks in
Powerpoint. This has always been flakey even in 2000 but now it's much
worse in 2003.
I've been experimenting with inserting a chart in Powerpoint using the
Insert-Chart option found in Powerpoint instead of embedding Excel
charts. I think this is called a Microsoft Graph object. This seems to
be more stable but I'm not sure.
Anyway here's my question.
Should I use Microsoft Graph or embedded Excel charts to
programmatically create charts in Powerpoint?
several years. I've been using embedded Excel charts. I start with a
ppt file that has the Excel charts already embedded in the ppt file.
Then I populate the Excel data cells with my VBA code. This worked
fairly well while we were using Office 2000. Now we've upgraded to
Office 2003 and I'm having trouble. The problem is when I try to
manually open an embedded Excel chart (right mouse click on chart -
Chart Object - Open). When I close Excel the chart shrinks in
Powerpoint. This has always been flakey even in 2000 but now it's much
worse in 2003.
I've been experimenting with inserting a chart in Powerpoint using the
Insert-Chart option found in Powerpoint instead of embedding Excel
charts. I think this is called a Microsoft Graph object. This seems to
be more stable but I'm not sure.
Anyway here's my question.
Should I use Microsoft Graph or embedded Excel charts to
programmatically create charts in Powerpoint?