Section B.6. Logical and TriState Constants
B 6 Logical and TriState Constants
In many cases, only the logical constants vbTrue and vbFalse can be used. In other cases, the third constant, vbUseDefault, can be used to indicate a setting that is neither True nor False, or a setting that is defined elsewhere in the system:.
| 
			 Constant  | 
			
			 Value  | 
			
			 Description  | 
		
|---|---|---|
| 
			 vbFalse  | 
			
			 0  | 
			
			 False  | 
		
| 
			 vbTrue  | 
			
			 -1  | 
			
			 True  | 
		
| 
			 vbUseDefault  | 
			
			 -2  | 
			
			 Use the default value defined by the system, or not applicable  |