Introduction

So far, I have written articles on different add-in capabilities on Office applications.

In this article, we are going to create an Add-in on PowerPoint. When I tried to search for PowerPoint add-ins on the web, I found very little information. That's when I thought, I shall write an article on this.

We will create a VSTO add-in, which will work on slides and shapes of the PPT we are working on.

To begin with, let's first create a sample .Ppt file on which we will be playing around.

So I have two slides in my .Ppt file, with the second slide adding multiple shapes.

Summary

In this article, we learned how to create PowerPoint addin, more importantly, how to access the PowerPoint objects to create more complicated addins in PowerPoint. When working on shapes, they can be placed in more accurate locations with pixel-perfect gaps between them.