VbCompareMethod
Text comparison modes used by string functions such as InStr, InStrRev, Replace, StrComp, Filter, and Split.
| Constant | Value | Description |
|---|---|---|
| vbBinaryCompare | 0 | Performs a binary comparison. |
| vbTextCompare | 1 | Performs a textual comparison. |
| vbDatabaseCompare | 2 | For Microsoft Access (Windows only), performs a comparison based on information contained in the database. |