Registered Property
Applies To
AddIn object.
Description
True if the specified add-in is registered in the system registry. Read/write Long.
Remarks
The key for an add-in that's registered by a setup program will usually be located in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\8.0\PowerPoint
\Addins\add-in name. The key for an add-in that you register by setting the Registered property to True will be located in HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\8.0\PowerPoint
\Addins\add-in name.
Example
This example registers the add-in named "MyTools" in HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\8.0\PowerPoint\Addins
\MyTools.
Application.Addins("MyTools").Registered = True