QP School

Full Version: Boolean in VBA
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Description:

Used to store True or False values.

Example:

Dim isRaining As Boolean
isRaining = True