Remove Method
Syntax
Object.Remove Item
Applies To
Purpose
Removes the specified item from the collection.
Parameters
Item As Variant
Represents either the name of the object or the index of the object in the collection. The index of the object is one-based.
Example
'Remove third pointer from slide
CWSlide1.Pointers.Remove 3