I'd like to create a simple slideshow, each slide has an image, plays an audio file, and has a title. I have the data in a csv file that looks like this:

Hello,aud001.mp3,img001.jpg

Any suggestions how to do this? I know you can create a PhotoAlbum from in PowerPoint. How to insert sound and text from csv?

Any suggestions appreciated, Thanks

link|improve this question

75% accept rate
feedback

1 Answer

As a suggestion, coding that using Visual Basic or Visual Basic for Applications may be easiest (if not only) way to do it.

There is some (not-so-good) examples around, for example this blog post and Microsoft Knowledge base article.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.