Returns whether the specified add-in is registered in the Windows registry. Read/write 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