Share via


Registered Property

MsoTriState

MsoTriState can be one of these MsoTriState constants.
msoCTrue
msoFalse
msoTriStateMixed
msoTriStateToggle
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

Applies to | AddIn Object