InfoConnect for Airlines VBA Guide
TextComparisonOption Enumeration
Defines options that indicate how text is compared against the text on the host screen.
Members
MemberDescription
IgnoreCaseCompares text in a non case-sensitive manner.
MatchCasePerforms a case-sensitive text comparison.
RegularExpressionCompares text using a regular expression.
See Also