Loading a PowerPoint Add-in

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

You can load a Microsoft® PowerPoint® add-in in any of the following ways:

  • **Manually   **Click Add-Ins on the Tools menu. The Available Add-Ins list displays the available add-ins; you can add add-ins to the list by clicking Add New and locating the add-in file. Any add-in that is loaded currently has an "x" next to its name. To unload an add-in, select it, and click Unload. You can use an add-in only when it is loaded.
  • Automatically when PowerPoint starts   Set the AutoLoad property of the AddIn object to True in the Microsoft® Visual Basic® Editor The next time you start PowerPoint, the add-in is loaded, and the Loaded property is set to True.
  • **Programmatically   **Set the Loaded property of the corresponding AddIn object to True.

See Also

PowerPoint Add-ins | Creating a PowerPoint Add-in | Running Code Automatically When a PowerPoint Add-in Is Loaded or Unloaded