Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dynamic Powerpoint?

Status
Not open for further replies.

snoopy75

Technical User
Joined
Aug 24, 2001
Messages
340
Location
US
Is it possible for a Powerpoint presentation to retrieve data from, say, an Access database when rendering charts and such? I'm lazy; I don't want to have to go in and update the data by hand every week. ;-)

--Ryan
 
hey, it's an OLE compatible application and has links command under the edit menu. don't see why not.
 
VBA provides a mechanism for talking between two different applications such as PowerPoint and Access. It's called Automation. From a Powerpoint slide, go into VBA (Alt + F11). Reference Access by clicking on Tools then References and place a check next to Microsoft Access 9.0 Library or whatever version you have. Click OK. You can then use code that uses the Access objects and methods to extract data if you want. This is quite a bit of programming. The best thing to do is buy a book on Microsoft Automation.

Neil
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top