
I developed a VBA application in Excel that creates a powerpoint presentation of nicely formatted slides from the rows in a spreadsheet and released it into public domain. Using powerpoint you can design the layout of each of the pages that will represent a single record adding lines, textboxes, graphics or any other element you can possibly incorporate in PowerPoint. The link to your data is made by referencing the title of the column in the spreadsheet. So, for example, if you have a textbox in your powerpoint template that looks like this:
This product require {Req Prod}
Then the application expects one of the columns in your spreadsheet is titled "Req Prod" and the value in that column will replace the placeholder string {Req Prod} when you run the program. This is very similar to how Word does a mailmerge.
Cool feature alert: you can even include a screenshot for each record!
A sample dataset and template are included.
Click the download link to get this app for free!
This product require {Req Prod}
Then the application expects one of the columns in your spreadsheet is titled "Req Prod" and the value in that column will replace the placeholder string {Req Prod} when you run the program. This is very similar to how Word does a mailmerge.
Cool feature alert: you can even include a screenshot for each record!
A sample dataset and template are included.
Click the download link to get this app for free!


