COMAddIns.Update method (Office)
Updates the contents of the COMAddIns collection from the list of add-ins stored in the Windows registry.
Syntax
expression.Update
expression A variable that represents a COMAddIns object.
Remarks
Before you can use a given COM add-in in a Microsoft Office application, that add-in must be registered in the Windows registry as a COM component with a corresponding Component Category ID. Normally the setup program for a COM add-in will add the necessary entries to the registry.
Example
The following example updates the contents of the COMAddIns collection from the list of add-ins stored in the Windows registry.
Application.COMAddIns.Update
See also
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.