CBool() converts value to Boolean : CBool « Data Type Functions « VBA / Excel / Access / Word






CBool() converts value to Boolean

 
Sub bool()
    Debug.Print CBool(1)
End Sub

 

Related examples in the same category