Just like integers have literal values like 125 for one hundred five, Boolean values also have literal values. There are only two literal Boolean values: true and false. In VBA, you can use the reserved words true and false in any Boolean expressions.
Practically, these two literal values are not very useful in general expressions. Instead, they are mostly used when a Boolean variable is initialized.