Thank you.
But I need somemore help.
The add-in is OK, but it is not a freeware.
Actually, I am developing a small software package
in which I have to present a powerpoint presentation,
it has to be updated daily. It contains many graphs.
Whenever a user updates data from my program,
Graphs in powerpoint presentation should be updated automatically.
Anyhow thank you very much for your help,
http://www.presentationpoint.com/software/datapoint/index.htm
was helpful to me.
> Actually, I am developing a small software package
> in which I have to present a powerpoint presentation,
> it has to be updated daily. It contains many graphs.
>
> Whenever a user updates data from my program,
> Graphs in powerpoint presentation should be updated automatically.
OK. Then in broad outline, here's my guess:
Your program will have to automate PowerPoint.
You'll find some pointers here:
Automate Excel from PowerPoint. Automate PowerPoint from Excel. And so on.
http://www.pptfaq.com/FAQ00368.htm
How to automate PowerPoint using VB
http://www.pptfaq.com/FAQ00115.htm
You'll need a way for your program to track the relationship between its data and
the specific graph in PowerPoint that represents the data. I can't suggest much
in that area w/o knowing how the graphs are created in the first place.
When the data are updated, you'd need to locate the graph in PPT, get an object
reference to it and call the object's Update method, then have PowerPoint do a
GoToSlide to force the view to update.
> Anyhow thank you very much for your help,
>
[quoted text clipped - 26 lines]
> > PPTools: www.pptools.com
> > ================================================
-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ: www.pptfaq.com
PPTools: www.pptools.com
================================================
Naveen - 04 Sep 2006 07:53 GMT
Thanks a lot.
Have a nice day.
> > Actually, I am developing a small software package
> > in which I have to present a powerpoint presentation,
[quoted text clipped - 58 lines]
> PPTools: www.pptools.com
> ================================================