Powerpoint 2013 VBA- Adding pictures and their related data from Excel worksheet
I have an Excel 2013 table (called "Images and data") which lists a large (1,500) set of image files. Each record (table row) has the image path and name and some data fields related to the image (location, picture date, names of persons in the photo etc).
I Have created a master slide with one picture frame and one text box (side by side) where all related text data should be entered in a list format. (see attached image)
I want to automatically add those images into a new presentation (using the master slide) and the all the data fields into the text box.
How can it be done by VBA?
Thanks!
|