create ppt slides dynamically/automatically

  • Thread starter Thread starter csdev
  • Start date Start date
C

csdev

Hi All,

I have some graphs and tables that I would like to use to create
power point slides *automatically*.

Requirement:
graphs and tables --> program --> ppt slides

I thought of the following approaches:
[1] Create an html files then use ppt to import it.
But I have not found any material on how to approach this
issue.

[2] IMplement a VB program to create ppt slides.

Which option is most viable? Are there any other options?

Thanks,
Cathy
PS: I am a java person. I'll have to learn VB from scratch.
 
Cathy,
The 2nd option can be implemented easily. Visit http://msdn.microsoft.com
and search for PowerPoint and Graph and it will turn up enough examples to
create graphs on slides from multiple sources.
 

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