Share via

Addin Tab missing

Anonymous
2012-06-08T20:13:24+00:00

I am missing my Addin Tab on my Ribbon. I have loaded the Addin (PPAM) and it is loaded and there, but I cannot get it load into the ribbon. I have restarted  the applications and rebooted. My Trutc Center Macro settings allow for addins... Did I miss a step?

Thank you!

Microsoft 365 and Office | PowerPoint | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2012-06-10T18:57:16+00:00

The issue is more likely to be your code really. Are you sure it's correct.

If you are going to customize ribbon and expanding the AddIns button to show addIns and Com AddIns then these WILL be greyed out because you cannot delete / alter them in this way. This is normal.

 The AddIn button is nothing to do with the Addin tab which will only appear if there are AddIns that create it either through XML (best in 2010) or with legacy vba code.

Was this answer helpful?

0 comments No comments

7 additional answers

Sort by: Most helpful
  1. Anonymous
    2012-06-10T17:16:29+00:00

    Thank you, great! But just to be clear, the VBA Macro I have created can only be run if the Macro file is also open? Saving it as a .ppam does not make it an Addin that can be imported to the Ribbon and used with all files?

    Thank you!

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2012-06-10T05:06:20+00:00

    There's a very basic intro on our site here.

    After you have the basic method try google for RibbonX or buy a copy of RibbonX:Customising the Office 2007 Ribbon Martin Puls & Hennig, Most of this is applicable to 2010 as well.

    If you know exactly what you want the ribbon to look like (doesn't have to be in AddIns tab) we can make it for you and then you can develop it as you wish. Won't be totally free but we do this all the time so if it's fairly simple and a one off it will only be nominal, john ATSIGN pptalchemy.co.uk

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2012-06-09T22:29:54+00:00

    Thank you.

    No I didn't, I guess I am missing a big step. I created a macro in VBA that runs effectively when the .pptm file is open.

    I saved the pptm As... a .ppam and tried to load that. What do I need to do to make my VBA macro function as an Addin from the Ribbon?

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2012-06-09T05:25:15+00:00

    Did you add XML to create a ribbon entry. If so maybe you can post the XML.

    Was this answer helpful?

    0 comments No comments