AddIn.Registered property (PowerPoint)

Determines whether the specified add-in is registered in the Windows registry. Read/write.

Syntax

expression. Registered

expression A variable that represents a AddIn object.

Return value

MsoTriState

Remarks

The value of the Registered property can be one of these MsoTriState constants.

Constant Description
msoFalse The specified add-in is not registered in the Windows registry.
msoTrue The specified add-in is registered in the Windows registry.

Example

This example registers the add-in named "MyTools" in the Windows registry.

Application.Addins("MyTools").Registered = msoTrue

See also

AddIn Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.