Boolean in VBA - Printable Version +- QP School (https://qomplainerzschool.lima-city.de) +-- Forum: Tutorials (https://qomplainerzschool.lima-city.de/forumdisplay.php?fid=3) +--- Forum: Excel VBA Tutorials (https://qomplainerzschool.lima-city.de/forumdisplay.php?fid=48) +--- Thread: Boolean in VBA (/showthread.php?tid=5208) |
Boolean in VBA - Qomplainerz - 07-26-2023 Description: Used to store True or False values. Example: Dim isRaining As Boolean isRaining = True |