Loaded Property
Applies To
AddIn object.
Description
True if the specified add-in is loaded. In the Add-Ins dialog box (Tools menu), the check boxes next to loaded add-ins are selected. Read/write Long.
Example
This example adds MyTools.ppa to the list in the Add-Ins dialog box (Tools menu) and then loads it.
Addins.Add("c:\my documents\mytools.ppa").Loaded = True
This example unloads the add-in named "MyTools."
Application.Addins("mytools").Loaded = False