Truth table for the NOT operator : Logical Operators « Language Basics « VBA / Excel / Access / Word






Truth table for the NOT operator

 
Condition1     NOT Condition1
True           False
False          True

 








Related examples in the same category

1.Logical operators in VBA
2.Truth table for the AND operator
3.Truth table for the OR operator
4.Use Boolean value in an If statement
5.Logical Expressions