VBA Boolean to String

Dim b As Boolean
Debug.Print CStr(b)
VasteMonde