We encounter Boolean values throughout VBA, either as output of evaluation of expressions or return values of functions or values that we assign to variables.
In this informative lesson, we will look at how to interact with the Boolean values True and False. Then, we will walk through the logic of a simple data entry form and check out how Boolean logic can be used to perform validation checks on the data.
#vba #excel
Follow the rest of the series, in the below playlist:
• VBA MasterClass
Code snippets can be found here:
https://skillsandautomation.com/maste...
00:00 Intro
00:19 True/ False vs Numbers & Strings
03:54 Importance Of Boolean