This short script runs in PowerPoint VBA. It looks in a given folder for any image and creates a new slide for that image. Once the image has been inserted it determines if the image is portrait or landscape and then resizes the picture, keeping the proportions, to fit the given slide layout as best
Continue reading VBA: Create Slide for every Picture in a Folder
Tag: PowerPoint 2010
VBA: Create PowerPoint Slide for Each Row in Excel Workbook
This may seem like a really weird thing to want to do. Imagine this though: You want a presentation to show off the names of a lot of students on a constant loop at a kiosk, and you don’t want to have to retype the names. VBA to the rescue. This little snippet of code
Continue reading VBA: Create PowerPoint Slide for Each Row in Excel Workbook