This is a Microsoft PowerPoint VSTO Add-in that adds two custom buttons β Superscript and Subscript β to the Home tab. It allows users to quickly apply typographic formatting to selected text inside slides.
- Adds a new "Text Formatting" group to the PowerPoint Home tab
- Allows quick formatting of selected text:
- πΌ Superscript β Raises characters (e.g., exponents)
- π½ Subscript β Lowers characters (e.g., chemical formulas)
- Visual Studio 2022
- .NET Framework
- Visual Studio Tools for Office (VSTO)
- Clone or download this repository
- Open the
.slnfile in Visual Studio - Build the solution
- Press
F5to run PowerPoint with the add-in - Select text in any slide and use the buttons in the ribbon
You can publish the add-in via:
- πΉ ClickOnce
- πΉ MSI Installer (optional)
MIT β feel free to use and modify this project.