RaviUV's avatar
RaviUV
Copper Contributor
Aug 08, 2025
Status:
New

Conditionally load Add-in on document load

Right now with our PowerPoint office add-in we are loading the add-in during document open time using office.addin.setStartupBehavior(Office.StartupBehavior.load). For the users who already have the add-in, the experience is great when they open the document. But, for others who don't have the add-in they are getting an error popup "This add-in is no longer available: ..." when they open the document that is saved with the office add-in.
Can you add some behavior to conditionally load the add-in in the document only if the user has it.

1 Comment

  • clangford's avatar
    clangford
    Copper Contributor

    This would greatly improve the add-in experience for our users.