Everything about PowerPoint programming including VBA, VSTO, and more.
See Also:
PowerPoint and Presenting Notes
PowerPoint and Presenting Glossary
A comprehensive, completely free PowerPoint add-in set to revolutionize design workflow has just been released by presentation agency BrightCarbon. We hear from one of its creators, Jamie Garroch.
When I joined BrightCarbon as their Senior technical consultant at the end of 2018, one of the first projects I took on was working out how the company could integrate PowerPoint add-ins into its offering. BrightCarbon provides lots of free resources to the presentation community, such as webinar masterclasses and downloadable tools like the Quick Access Toolbar. It made sense to develop our first add-in along the same lines and provide it for free to the community. But what to create?
We decided to build something that targeted two groups of users, those who dip into PowerPoint every now and then but don’t consider themselves to be experts and those who work in design studios and know PowerPoint inside out. These are very different users and coming up with a feature list meant talking to a sample of people from both groups to understand their needs.
Filed Under:
Add-ins
Tagged as: Add-in, BrightCarbon, Guest Post, Jamie Garroch
One of our most popular posts is one where you learn how you can export all the slides in your presentation to single-slide PowerPoint presentations. Although the interface for this process uses the SharePoint libary options, many more people used this feature to export single-slide presentations, without worrying about anything to do with SharePoint. Did you notice used rather than use in the previous sentence? Yes, this feature is now deprecated! If you have an older installation of PowerPoint that is not updated, this may still work for you. Otherwise, this amazing feature is dead.
Understandably, many PowerPoint users are unhappy because it’s a real pain to export hundred of slides as individual slide files. Thankfully, our good friend, Jamie Garroch from BrightCarbon has written some VBA code that will help you revive this option!
Filed Under:
Programming
Tagged as: Jamie Garroch, Macros, Programming, VBA
In September last year, we carried a feature that showed how you could create transparent pattern fills in newer versions of PowerPoint. We ended that post with the hope that someone will be able to provide a VBA-based solution.
Around Christmas, Jamie Garroch of YOUpresent decided to play Santa Claus and provided more than just a VBA solution. He created a free add-in that sits comfortably within your PowerPoint right-click menu. This menu option provides you with quick access to adding transparency in pattern fills for shapes!
Filed Under:
Add-ins
Tagged as: Add-in, Jamie Garroch, VBA
When you add slides to a presentation based on some of PowerPoint’s built-in Themes, you may find that all titles (headings and/or subheads) scream out in UPPERCASE letters, no matter what you do!
In some cases, this behavior may happen because the chosen font contains only uppercase letters. Alternatively, and more likely, the presentation’s Theme has placeholders set to produce all uppercase (aka capital) letters. The Circuit and Integral themes that come with some versions of PowerPoint are examples of such Themes.
Filed Under:
Programming
Tagged as: Programming, Snippets, Steve Rindsberg, Text, VBA
This one started as a forum post from Manon Mikkers Minning on the Presentation Guild site. Forum access is only available to Presentation Guild members.
Here’s the problem scenario. A particular slide had many trapezoids that should have been rectangles. Normally, the solution is to select all trapezoids and use PowerPoint’s Change Shape option to turn them into rectangles. But assuming you have hundreds of trapezoids on one or more slides, it can be a boring, time-consuming task to select all of them. And then, of course, they need to be changed to rectangles.
Would VBA provide an easier and more elegant solution? Steve Rindsberg of PowerPoint FAQ and PPTools has an answer.
Filed Under:
Programming
Tagged as: Programming, Shapes, Snippets, Steve Rindsberg, VBA
Microsoft and the Office logo are trademarks or registered trademarks of Microsoft Corporation in the United States and/or other countries.