Comparison Constants
From Microsoft Visual Basic Constants
Comparison Constants
The following constants are defined in the Visual Basic for Applications type library and can be used anywhere in your code in place of the actual values:
| Constant | Value | Description |
|---|---|---|
| vbUseCompareOption | -1 | Performs a comparison using the setting of the Option Compare statement. |
| 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 your database. |