AddIns.Remove method (PowerPoint)

Removes an add-in from the collection of add-ins.

Syntax

expression.Remove (Index)

expression A variable that represents a AddIns object.

Parameters

Name Required/Optional Data type Description
Index Required Variant The name or index number of the add-in to be removed from the collection.

Example

This example removes the add-in named "MyTools" from the list of available add-ins.

AddIns.Remove "mytools"

See also

AddIns 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.