A toolbar group with useful buttons and macros. Tested in Windows 10 but probably also works in earlier Windows versions.
To install the toolbar download and extract Sam's toolkit add-in.ppam
and Install Sam's toolkit.pptm
to same directory, open Install Sam's toolkit.pptm
and follow the instructions.
- Set the proofing language of all objects on all pages to Finnish or English
- Save selected slides
- Swap selected objects
- Make selected objects the same size/width/height
- Make selected objects square
- Fit to slide: resize and crop picture so that it fills the entire slide
Toolbar filename: Sam's toolkit add-in.ppam
- Start a blank presentation
- Open Visual Basic editor and import all macros (
*.bas
) from/src
directory - Save file as PowerPoint Macro-Enabled Presentation (
.pptm
) - Close PowerPoint and open file in Office Ribbon Editor. For some reason I need to run the Office Ribbon Editor as administrator to get it work
- Use Document Explorer to Add 2010 CustomUI
- Open RibbonX14, choose Import CustomUI and select
/src/RibbonX14.customui
- Go to Images tab and Add images from file system. Choose all images in
/icons
directory - Save and exit Office Ribbon Editor
- Open saved file and enable macros. You should see the new Sam's toolkit group in the toolbar
- Save the file as PowerPoint Add-In (
.ppam
). Use the Sam's toolkit add-in.ppam filename - Remove the intermediate
.pptm
file
More detailed instructions on how to add new toobars
- Stack Overflow: How to add tabs to PowerPoint 2010 that call macros
- How To Create A PowerPoint 2010 Add-In Using VBA With Custom Buttons In The Ribbon
Installer filename: Install Sam's toolkit.pptm
- Start a blank presentation
- Import macros and installer picture from
/installer_src
directory - Select picture, then Insert -> Action; on Mouse Click tab select Run macro and InstallSamsToolkit
- Create text link and do the same as for the picture
- Save file as PowerPoint Macro-Enabled Presentation (
.pptm
)