QP School
QP School
>
Tutorials
>
Excel VBA Tutorials
> Boolean in VBA
Full Version:
Boolean in VBA
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
Qomplainerz
07-26-2023, 08:25 PM
Description:
Used to store True or False values.
Example:
Dim isRaining As Boolean
isRaining = True
QP School
>
Tutorials
>
Excel VBA Tutorials
> Boolean in VBA