Pair.Range Property

<< Click to Display Table of Contents >>

Navigation:  Developer Edition > Visual Basic for Applications (VBA) > Object Model Reference > Pair Object > Properties >

Pair.Range Property

Previous pageReturn to chapter overviewNext page

Returns the range object for the specified member of the pair. Read only Range object.

 

Syntax

expression.Range(id)

expression. A variable representing a Pair object.

 

Parameters

Name

Type

Description

id

sideID

Selects source or target worksheet.

 

Remarks

To change the Range use the RangeAddr property.