Registering an Add-In

See Also

In order to use an add-in and display it in the Add-In Manager, you must first register it on your machine.

Registering an add-in

  1. Copy the add-in to your machine.

  2. Register the component by running Regsvr32.exe on the add-in.

    Note   This process registers the class ID (CLSID) and programmatic ID (progID), so that the add-in is CoCreatable.

  3. Open the Add-In Manager from the Tools menu. (If the Add-In Manager is already open, close and open it again.)

  4. If the new add-in is displayed in the Add-In Manager list of add-ins, you have successfully registered the add-in.

  5. If the add-in was not displayed in the Add-In Manager, continue with the following steps:

    Note   If you've registered add-ins in Visual Basic before, this name is the same as the one you've entered in the vbaddin.ini file.