Pairs.Remove Method

<< Click to Display Table of Contents >>

Navigation:  Developer Edition > Visual Basic for Applications (VBA) > Object Model Reference > Pairs Object > Methods >

Pairs.Remove Method

Previous pageReturn to chapter overviewNext page

Removes specified pair from the collection.

 

Syntax

expression.Remove(index)

expression. A variable representing a Pairs object.

 

Parameters

Name

Type

Description

index

Long

A valid ID or index for the pair.

 

Return Value

none