View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Barb Reinhardt Barb Reinhardt is offline
external usenet poster
 
Posts: 3,355
Default Create a macro which populates a powerpoint slide from excel tabel

It can be done, but you've gotta get Excel to talk to PowerPoint.

This should get you started

http://peltiertech.com/Excel/XL_PPT.html
--
HTH,
Barb Reinhardt

If this post was helpful to you, please click YES below.



"Rims" wrote:

Hi I want to automatically create PowerPoint slides from Excel.

I have 3 rows in excel sheet:
1. Title
2. Content
3. Notes

I want to create a Powerpoint slide which will have the content picked from
the cell "Title", Content and Notes into the Powerpoint slide.

Can I do this?