by YOUpresent | Feb 2, 2015 | Blog, Presentation Automation, VBA Macros
When programming PowerPoint in VBA, VB, .Net etc., a developer will often use the Presentations.Count method to return the number of itemsĀ in the Application.Presentations collection. They may then loop through each presentation in the collection and perform various...
by YOUpresent | Nov 8, 2013 | Blog, VBA Macros
Want to replace the text across a presentation? That’s exactly what LinkedIn member Kerri recently wanted to do so we put on our thinking caps to come up with a solution. I have a selection of slides I would like to use in a portfolio, but as the text is...
by YOUpresent | Jan 24, 2013 | Blog, VBA Macros
Picture The Font Problem This is a typical scenario when updating presentations to use new designs, templates, themes or just when you’re pasting slides from one deck to another. The slides come across with all of your lovingly created content but you need to...