Select Page
PowerPoint VBA Macro : Sentence Case Titles

PowerPoint VBA Macro : Sentence Case Titles

In this LinkedIn discussion, the question was asked “how can I set the title text to use sentence case across a large presentation”. The macro below does just that. You can add it to your presentation by pressing Alt+F11 and inserting a new module into...
PowerPoint Animation Discrepancy

PowerPoint Animation Discrepancy

Our friends over at Indezine discovered something a bit odd with the animation engine in PowerPoint recently. If you set a line motion animation for one object and a wipe for another, both positioned to start at the same place on the slide and finish and the same...
G-Tools Add-in : Add Shape to Group

G-Tools Add-in : Add Shape to Group

UPDATE 8th July 2014 : G-Tools now has it’s own product page and a new video Here in the YOUpresent labs, our software team is busy working on a new add-in, codenamed G-Tools. In the video below, you can see a prototype of a feature that allows you to add a...
Slide Notes to text file with VBA

Slide Notes to text file with VBA

Sometimes you find you need to remove the comments from your PowerPoint presentation before distributing to your audience. But what if you want to keep a permanent copy of them? The VBA macro below exports all of your PowerPoint slide notes to a plain text file. To...