Share via


AddIns.Remove Method

PowerPoint Developer Reference

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.

Visual Basic for Applications
  AddIns.Remove "mytools"

See Also