MatchType Enumeration

<< Click to Display Table of Contents >>

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

MatchType Enumeration

Previous pageReturn to chapter overviewNext page

List of valid types of matching.

 

Name

Description

MatchType_AllByCodeName

All included sheets are matched by code name.

MatchType_AllByIndex

All included sheets are matched by index.

MatchType_AllByName

All included sheets are matched by name.

MatchType_FirstByCodeName

The first matched sheets with the same code name are added.

MatchType_FirstByIndex

The first matched sheets are added.

MatchType_FirstByName

The first matched sheets with the same name are added.

MatchType_Manual

Pairs were modified or added with Add