
Updating PowerPoint Presentation graphs using data from Access
Francisco,
You can link to an excel spread sheet via the Powerpoint 2000 UI (via paste
link menu option). Alternatively you could use automation to populate your
datasheet. Esentially Powerpoint is an object repository and by using the
shapes collection you could add an embedded Microsoft Graph object (which
would give you a handle to the graph object) and then use automation to
populate the data sheet using your access data.
Try looking at the following help files:
a) c:\program files\microsoft office\office\1033\vbappt9.chm <=== Microsoft
PowerPoint
b) c:\program files\microsoft office\office\1033\vbagrp9.chm <=== Microsoft
Graph
Let us know how it goes.
Dan
Quote:
> Hi there,
> I'm using a PowerPoint Presentation with different graphs
> and charts, the data that the graph rely on is in an
> Access database, and I was wondering whether there is an
> automatic way to do this on the fly (at the moment I have
> to go to the database to the end of the query and copying
> data and pasting it into the Powerpoint graph).
> I would appreciate any help you could provide me with.
> Thanks in advance
> F