6.3 Boolean values

A boolean value is one that can either be true or false. For example, the “Visible” property of a label (or any user interface object!) is of boolean type. Again, the “Property Sheet” can be confusing, as it displays the value of a boolean Property as “Yes” and “No”. VBA code can only use “True” and “False”.