Producing charts from excel vba in Powerpoint

  • Thread starter Thread starter KD
  • Start date Start date
K

KD

Hi,

I am producing some data ranges in excel. What I
basically need is to be able to open PowerPoint, create a
new slide and then copy this data range on to the data
sheet using excel vba. On top of this I need another
cell's contents to be copied over from excel and included
as the chart title. Is there any way of achieving this
in vba?

KD
 
KD said:
Hi,

I am producing some data ranges in excel. What I
basically need is to be able to open PowerPoint, create a
new slide and then copy this data range on to the data
sheet using excel vba. On top of this I need another
cell's contents to be copied over from excel and included
as the chart title. Is there any way of achieving this
in vba?

KD

KD,

you can achieve this by using a technique called automation

http://support.microsoft.com/default.aspx?scid=kb;EN-US;306682

and

http://www.vba-programmer.com/Excel_Code/Powerpoint_Automation.txt

should get you started.

cheers,
Stephan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top