onOff = True
If onOff = True Then
MsgBox “This item is on.”
Else
MsgBox “This item is off.”
End If