logo
search
Office Settings & Configuration

Fix PowerPoint 365 PPAM Add-in Not Displaying on Ribbon

Maira MehtabMaira Mehtab Sep 21, 2026 868 views

Question details

The user needs to make an enabled PPAM add-in visible on the PowerPoint 365 ribbon after reinstalling Windows and Office.

Product
Microsoft PowerPoint 365
Device & OS
Windows
Scenario
The user reinstalled Windows and Office, and although the PPAM add-in is enabled in settings, it fails to appear in the UI.
Observed behavior
The PPAM add-in is listed as active under PowerPoint Add-ins but does not show up on the PowerPoint ribbon.
Before you start

Verify that the PPAM file is saved locally on your device rather than in a pending OneDrive sync state, and ensure your current Office version (32-bit or 64-bit) matches the add-in's architecture requirements.

Solution 1Recommended

Add the Add-in Folder to Trusted Locations

Microsoft's enhanced macro security may block add-ins from loading their interface if they are not stored in a trusted directory.

PowerPoint 365 will often disable the visual components of a macro-enabled add-in if the file originates from an untrusted location or the internet. Whitelisting the folder containing your PPAM file usually resolves this.

1
Open Trust Center Settings

Launch PowerPoint 365, click on 'File' in the top-left corner, select 'Options', and then click on 'Trust Center' in the left sidebar. Click the 'Trust Center Settings' button.

2
Navigate to Trusted Locations

In the Trust Center window, select 'Trusted Locations' from the left menu.

3
Add the PPAM Folder Path

Click 'Add new location...', browse to the specific folder on your PC where the PPAM add-in file is saved, check 'Subfolders of this location are also trusted' if necessary, and click 'OK'.

4
Restart PowerPoint

Close and reopen PowerPoint 365 completely to allow the newly trusted add-in to initialize and appear on the ribbon.

Free Microsoft Office alternative

Try WPS Office for Seamless Presentation Management

If you continue facing macro security blocks or architecture compatibility issues with Microsoft PowerPoint 365, consider switching to WPS Office. It provides a lightweight, highly compatible, and free alternative with a familiar interface that makes creating and managing presentations effortless.

  1. 1. Download and Install: Download WPS Office for free from the official website and run the quick installer.
  2. 2. Open Your Presentations: Launch WPS Presentation and open your existing .pptx or .ppt files directly without conversion.
  3. 3. Enjoy Familiar Tools: Navigate the familiar ribbon interface to design, edit, and present your slides effortlessly.
Highly compatible with Microsoft PowerPoint (.pptx, .ppt) formatsLightweight design with fast installation and zero bloatwareFamiliar ribbon interface ensuring a seamless migration from Microsoft OfficeRobust built-in presentation features without complex macro security hurdles
microsoft office alternative - wps office

Frequently Asked Questions

Why does my PowerPoint add-in show as enabled but not appear on the ribbon?

This usually happens due to Microsoft's strict macro security settings blocking untrusted files, the add-in being stored in an unsynced cloud folder like OneDrive, or an architecture mismatch (using a 32-bit API add-in on 64-bit Office).

How do I check if my Office 365 is 32-bit or 64-bit?

Open PowerPoint, click on 'File', then 'Account'. Click the 'About PowerPoint' button. The architecture (32-bit or 64-bit) will be displayed at the end of the first line of text showing the version number.

Can I convert a 32-bit PowerPoint add-in to 64-bit?

Yes, if you have access to the original VBA source code. You need to update the Windows API Declare statements by adding the 'PtrSafe' keyword and updating pointers to 'LongPtr'.

Does saving an add-in in OneDrive cause problems?

Yes, if the add-in file is marked as 'Cloud-only' or is currently syncing, PowerPoint may fail to read it during startup. Moving the add-in to a local, non-synced directory usually resolves this.